Java Programming

Inner class

tomato13 2008. 6. 30. 16:45

http://en.wikipedia.org/wiki/Inner_class

http://cafe.naver.com/marinebang.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=5302

 

In object-oriented programming, an inner class(aka nested class) is a class declared entirely within the body of another class or interface. Inner classed became a feature of the Java programming language starting with version 1.1.

 

'Java Programming' 카테고리의 다른 글

NetBeans Profiler Users' Guide  (0) 2008.07.02
thread기반 synchronization 단위  (0) 2008.06.30
다른 객체에 대한 Synchronizing  (0) 2008.06.30
Java 'synchronized' method  (0) 2008.06.27
java의 synchronized 분석  (0) 2008.06.27