Hello World (no Frame)
public class Hello { public static void main (String arg[]) { System.out.println("Hello World"); } }