Page 2 - java programs
P. 2

public class JavaProgram

            {


                public static void main(String args[])


                {



                   System.out.println("Hello Compiler !,
            I am Java..!!");



                }


            }



            When the above Java Program is compile and executed,
            it will produce the following output:
   1   2   3   4   5   6