阅读背景:

基本成员默认值

来源:互联网 
public class Test {
	
	int x;
	
	public Test()
	{
		System.out.println(x);
	}

	public static void main(String[] args) {
		// TODO Auto-generated method stub
		new Test();
	}

}public class Test {
	
	int x;
	
	public Test()



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: