Your Ad Here
Showing posts with label program to display a simple text on the screen in java. Show all posts
Showing posts with label program to display a simple text on the screen in java. Show all posts

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!!!!");
            }
}