Your Ad Here

Friday 6 January 2012

Write a program to display a simple text on the screen in java


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






No comments:

Post a Comment