Hello World!
06 May 20151 class HelloWorldApp {
2 public static void main(String[] args) {
3 System.out.println("Hello World!"); // Display the string.
4 }
5 }1 class HelloWorldApp {
2 public static void main(String[] args) {
3 System.out.println("Hello World!"); // Display the string.
4 }
5 }