JAVA――基础知识加强(二)

2014-11-24 12:02:23 · 作者: · 浏览: 95
System.out.println(int.class==Integer.class);
System.out.println(int.class == Integer.TYPE);
}
}
JUnit:JAVA测试工具,用于测试程序的,测试程序建议使用JUnit。
私有的构造函数不可以被外面的访问,但是反射可以做到这一点。