简单的一个java小程序hello world先建立一个文件夹,命名为world.java 打开记事本编写public class world{ public static void main(string[] args){ System.out.println("hello world");}}