News

In this tutorial you’ll learn how to work with static member classes and the three types of inner classes in your Java programs. What you’ll learn in this Java tutorial.
Inner classes, which became available with Java 1.1, come in four flavors: Static member classes; Member classes; ... Using inner member classes, the same program would look like this: ...