( --> )

Lab - Mechanics of Java Programming

Task Summary

  1. " Log on to the computer "
  2. " Set up your account for Java things to come. "
  3. " Refresh your environment."
  4. " Load the Java environment file. "
  5. " Prepare to write a program. "
  6. " Establish a buffer into which you will place the program. "
  7. " Establish the basic Java application template. "
  8. " Find and fill in the first <?CLASS> slot. "
  9. " Find and fill in the <?NAME> slot. "
  10. " Find and fill in the <?LINE> slot. "
  11. " Find and fill in the <?DESCRIPTION> slot. "
  12. " Find and fill in the <?NEEDS> slot. "
  13. " Find and fill in the second <?CLASS> slot. "
  14. " Find and fill in the <?PROGRAM> slot. "
  15. " Save the buffer to disk. "
  16. " Compile the program. "
  17. " Run the program. "
  18. " Transfer the demo. "