String is a Java type that represents a string of characters (text)
A sequence of characters enclosed in double quotations “ “.
Includes the class and main method arguments. Must include both in order to run successfully.
Main method. Code to be run must be placed within the main method.
Class. The name of MyProgram must match the name of the file.
Displays output on the computer monitor.
Displays output on the computer monitor and moves cursor to next line.