Can a Static Nested Class be Instantiated Multiple Times?

Posted by stormin986 on Stack Overflow See other posts from Stack Overflow or by stormin986
Published on 2010-04-27T07:50:47Z Indexed on 2010/04/27 7:53 UTC
Read the original article Hit count: 207

Filed under:
|
|

Given what I know of every other type of static feature of programming––I would think the answer is 'no'. However, seeing statements like OuterClass.StaticNestedClass nestedObject = new OuterClass.StaticNestedClass(); makes me wonder.

© Stack Overflow or respective owner

Related posts about java

Related posts about static