A class is not an object.(but it's used to construct them).
A class is a blueprint for an object.
to test your real class
to launch/start your Java application
类不是对象(但类能构造对象)
类是对象的蓝图
测试你写好的类
运行你的Java程序
Last updated 7 years ago