站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.1.8, Java 2 SDK 英文文档

Java Inner Classes - JDK 5 Documentation v1.1.8, Java 2 SDK 英文文档

 Sun Microsystems, Inc

JDK Contents

Inner Classes

Inner classes allows classes to be defined in any scope. In previous releases, Java supported only top-level classes, which must be members of packages. In this release, the programmer can now define inner classes as members of other classes, locally within a block of statements, or (anonymously) within an expression.
Inner Classes Specification


Copyright © 1996-1998 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA. All rights reserved.

Please send comments on Inner Classes to: innerclass-comments@lukasiewicz.eng.sun.com