Thursday 10 April 2014

Sample java code to print hello

class Hello
{
        public static void main(sting args[])
               {
                    System.out.print("Hello");      
               }
}

No comments:

Post a Comment