class HelloWorld {
public static void main(String args[])
{
System.out.println("Hello world!");
}
}
Click here to download a zip file containing the source code.
Hello world!
Click here to download a zip file containing a Java executable class.