|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DocHello
DocHello.java by Richard J. Davies from `Introductory Java for Scientists and Engineers' chapter: `Advanced Java' section: `Javadoc' This is a fully documented Hello World program. Use `javadoc' on it to generate the HTML documentation.
Field Summary | |
static java.lang.String |
message
This is the message used by the main method |
Constructor Summary | |
DocHello()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
This is the main method which actually prints the message on screen |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String message
main(java.lang.String[])
Constructor Detail |
public DocHello()
Method Detail |
public static void main(java.lang.String[] argv)
argv
- Required argument for interpreter
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |