求帮助,谢谢
class constr{
System.out.println("aa");//
} // */
public class ConstrTest {
public static void main(String[] args)
{
constr con = new constr();
new constr();
// System.out.println(" Yes , it does!");
}
}
想问下,constr类里面,单个System.out.println();语句不可以吗,为什么编译会出错,有没有同学知道啊,谢谢啊