Tuesday, December 10, 2013

Hello World Application in Java

class helloworld
 {
  public static void main(String arg[])
  {
  System.out.println("Hello world!");
  }
 }

0 comments:

Post a Comment