测试一下
不错不错。。。
public class Hi {
/**
*
*/
public Hi() {
super();
// TODO Auto-generated constructor stub
}
public static void main(String[] args) {
System.out.println("Hello,world!!");
}
}
/**
*
*/
public Hi() {
super();
// TODO Auto-generated constructor stub
}
public static void main(String[] args) {
System.out.println("Hello,world!!");
}
}
不错不错。。。
博客展示了一段Java代码,定义了一个Hi类,包含构造方法和main方法,在main方法中输出了'Hello,world!!',并对代码测试情况给予肯定评价。
5万+

被折叠的 条评论
为什么被折叠?



