The Packages
The classes in the Java API, are contained in "Packages." The packages are "java.lang," "java.io," "java.util," "java.net," "java.awt," and "java.applet." "java.awt" has two sub-packages called "java.awt.peer" and "java.awt.image." It would be a good idea to peruse the Java API (I remember suggesting you download this earlier...) to see what some of the important classes are. The "java.lang" package is special because the classes contained in it are automatically in your program. They do not need an import statement.