Ticker

6/recent/ticker-posts

Header Ads Widget

Responsive Advertisement

1.Program to Print Hello World.




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

Post a Comment

0 Comments