( --> )

Slot Semantics

The simple Java application template contains
several slots. These must be replaced with
appropriate fillers.

The slots of the simple Java application template
represent information as indicated below.

  1. <?CLASS> represents the name of the
    application class being defined.

  2. <?NAME> represents the name of the
    author of the program.

  3. <?LINE> represents a one line description
    of the program.

  4. <?DESCRIPTION> represents a multiple
    line description of the program.

  5. <?NEEDS> represents information
    describing classes required by the program.

  6. <?PROGRAM> represents a demonstration
    of the Java program.

  7. <?DEMO> represents a demonstration of
    the program in action.