|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object samplecode.HelloWorld
public class HelloWorld
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 |
---|
public HelloWorld()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- these are required by the system but ignored in this case.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |