Pages

Friday, March 25, 2011

Hello World

class HelloWorldApp 
{
    public static void main(String[] args) 
{
        System.out.println("Hello World!"); // Display the string.
    }
}

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.