JAVA――基础知识加强(二)
System.out.println(int.class==Integer.class);
System.out.println(int.class == Integer.TYPE);
}
}
JUnit:JAVA测试工具,用于测试程序的,测试程序建议使用JUnit。
私有的构造函数不可以被外面的访问,但是反射可以做到这一点。