test2.3

来源:互联网 发布:qt 64位 windows 编辑:程序博客网 时间:2024/06/04 23:32
//fullfill a small class;
public class Test3 {
public static void main(String[] args)
{
class ATypeName{/*class body is empty*/}
ATypeName a=new ATypeName();
}
}
//output means we did nothing but define a new class
0 0
原创粉丝点击