Why cant we have static method in an inner class but can have static final members?

Posted by user275131 on Stack Overflow See other posts from Stack Overflow or by user275131
Published on 2010-03-20T07:38:46Z Indexed on 2010/03/20 7:41 UTC
Read the original article Hit count: 344

Why cant we have static method in an inner class but can have static final members?

Can we access static final member variables of inner class outside the outer class without instantiating inner class ?

© Stack Overflow or respective owner

Related posts about java

Related posts about inner-classes