What's New in 1.1? |
Previous releases of the Java language required that all classes be declared as members of a package (called top-level classes). The JDK 1.1 release removes this restriction and now allows classes to be declared in any scope (called inner classes).Where to Find Documentation
- Check out our 1.1 noteson this topic.
- Read the Java Inner Classes Specification.
What's New in 1.1? |