public class Hello{ public static void main(String[] arges){ System.out.print("Hello,World!"); } }
java 既有编译型又有解释型