Java inner class and static nested class

Posted by Omnipotent on Stack Overflow See other posts from Stack Overflow or by Omnipotent
Published on 2008-09-16T08:22:35Z Indexed on 2010/03/26 12:43 UTC
Read the original article Hit count: 479

Filed under:
|

What is the main difference between a inner class and a static nested class in Java? Does design /implementation play a role in choosing any of these?

© Stack Overflow or respective owner

Related posts about java

Related posts about inner-classes