Basic Hello World application

*******************
HelloWorld.java Basic Hello World application. 
*******************
 */

public class HelloWorld {
 public static void main(String[] args) {
    System.out.println("Hello, world.");
  }
}
/*

Permanent link to this article: http://bangla.sitestree.com/basic-hello-world-application/

Leave a Reply