by Michael Thomas
This java application is designed to be run from the command line. It
has examples of passing parameters into an application, comments (single line,
multi-line, and JavaDoc), and print to the Java console. Try compiling and
running the the Java Application.
Example from DOS:
Example from Explorer:
Click on the file "MyHello_App_Parms_compile.bat" (Results:
.java compiled creating .class)
Click on the file "MyHello_App_Parms_run.bat" This will run the
the java application.
The source file. View and/or download.