Heads up! This post was written 13 years ago. Some information might be outdated or may have changed since then.
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World");
}
}