Class HelloWorld

java.lang.Object
  |
  +--HelloWorld

public class HelloWorld
extends java.lang.Object

This is a Javadoc comment


Constructor Summary
HelloWorld()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

public static void main(java.lang.String[] args)
The main method. Note this is a static method.
Parameters:
args - An array of strings that come from the command line.