( --> )
Lab - Mechanics of Java Programming
Task Summary
-
" Log on to the computer "
-
" Set up your account for Java things to come. "
-
" Refresh your environment."
-
" Load the Java environment file. "
-
" Prepare to write a program. "
-
" Establish a buffer into which you will place the program. "
-
" Establish the basic Java application template. "
-
" Find and fill in the first <?CLASS> slot. "
-
" Find and fill in the <?NAME> slot. "
-
" Find and fill in the <?LINE> slot. "
-
" Find and fill in the <?DESCRIPTION> slot. "
-
" Find and fill in the <?NEEDS> slot. "
-
" Find and fill in the second <?CLASS> slot. "
-
" Find and fill in the <?PROGRAM> slot. "
-
" Save the buffer to disk. "
-
" Compile the program. "
-
" Run the program. "
-
" Transfer the demo. "