The first version of GradeBook:

Click here for the codes of this exercise.

The method header of the above example is
public void displayMessage()

Class GradeBook is not an application because it does not contain main
Must either declare a separate class that contains a main method or place a main method in class GradeBook

The above class is called a driver class since it is an application.