public class Demo07{ private static void main(String [] agrs){ System.out.println(" I m hacker"); }
}
可以编译过去,但是执行的时候会出现 找不到或无法加载主类 Demo07