My Hello World Files API v1.0

Class MyHello_App_Parms

java.lang.Object
  extended by MyHello_App_Parms

public class MyHello_App_Parms
extends java.lang.Object

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.

Since:
1.0.0
Version:
1.0.0
Author:
Michael Thomas - thomasma@us.ibm.com
See Also:
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

MyHello_App_Parms

public MyHello_App_Parms()
Method Detail

main

public static void main(java.lang.String[] args)
This main() method is the only method in this class. This is a JavaDoc comment for a method.

Parameters:
args - expecting 2 command parameters (first & last name).

My Hello World Files API v1.0

My Hello World Files was created by Michael Thomas at michael@michael-thomas.com.