import
import
QUALIFIED_NAME
;
Imports a specific class, which can be used within the program
import
QUALIFIED_NAME
.*;
Imports an entire package, all of the classes of which can be used within the program
ProfessorJ Advanced Language