This is a simple Java Program

/*  This is a simple Java Program.
   Call this file “Hello.java”.  */

class Hello
{
        // Your program begins with a call to main( ).
         public static void main(String args[])
        {
               System.out.println(" Hello World ");
        }
}

0 comments:

Post a Comment

 
 
 
 


Copyright © 2012 http://codeprecisely.blogspot.com. All rights reserved |Term of Use and Policies|