Monday 21 November 2011

JAVA Hello World Example

Hello world
The traditional Hello world program can be written in Java as:[34]
class HelloWorldApp {
    public static void main(String[] args) {
        System.out.println("Hello World!"); // Display the string.
    }
}



more

No comments:

Post a Comment

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More