import Name ;
Imports a specified class to use within the program.
import Name.* ;
Imports a group of classes that can all be used within the program.