|
My Hello World Files API v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMyHello_App_Parms
public class MyHello_App_Parms
This class is an example of a Java application that accepts parameters. Prints a "Hello World ..." string and also 2 parmaters passed via the command line.
This is a JavaDoc comment for a class.
MyHello_AppletParms,
MyHello_Applet,
MyHello_Application| Constructor Summary | |
|---|---|
MyHello_App_Parms()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
This main() method is the only method in this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyHello_App_Parms()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - expecting 2 command parameters (first & last name).
|
My Hello World Files API v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||