Start of Tutorial > Start of Trail > Start of Lesson | Search |
Previous releases of the Java language required that all classes be top-level classes--classes declared as members of a package. The JDK 1.1 release removes this restriction and now allows classes to be declared in any scope. Classes declared inside other classes are called nested classes, and one common type of nested class is called an inner class.
Spot
applet found at
Reality Break! The Spot Applet.
Start of Tutorial > Start of Trail > Start of Lesson | Search |