62,623
社区成员
发帖
与我相关
我的任务
分享
public class Count {
public static int counter;
static {
counter = Integer.getInteger("myApp.Count.counter").intValue();
}
}
public class TestStaticInit {
public static void main(String[] args) {
System.out.println("counter = "+ Count.counter);
}
}
long temp;
try{
temp=getID();
}catch(getIDException e){
User_ID=GUEST;
}
private static long User_ID=temp;