惯例的第一个程序HelloWorld.java
public class Hello{
public static void main(String args[]){
System.out.println("Hello world!");
}
}