2. This line makes all of the IBM Toolbox for Java classes in the access package available to this program. The classes in the access package have the common prefix com.ibm.as400. By using an import statement, the program can refer to a class using just its name, not its fully-qualified name. For example, you can reference the AS400 class by using AS400, instead of com.ibm.as400.AS400.