Posted by : Unknown Tuesday 9 June 2015

A simple program to display the message "Hello World!" on standard output

Program

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

Output

Hello World!

Leave a Reply

Subscribe to Posts | Subscribe to Comments

Welcome to My Blog

Translate

Popular Post

Total Pageviews

Blog Archive

- Copyright © Learning Java Program - Powered by Blogger -