samplecode
Class HelloWorld

java.lang.Object
  extended by samplecode.HelloWorld

public class HelloWorld
extends java.lang.Object

This is the classic simple program to get something working.


Constructor Summary
HelloWorld()
           
 
Method Summary
static void main(java.lang.String[] args)
          Prints "Hello World" to System.out
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

public static void main(java.lang.String[] args)
Prints "Hello World" to System.out

Parameters:
args - these are required by the system but ignored in this case.