Why can we have static final members but cant have static method in an inner class ?
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:51 UTC
Read the original article
Hit count: 190
Why can we have static final members but cant have static method in an inner class ?
Can we access static final member variables of inner class outside the outer class without instantiating inner class ?
© Stack Overflow or respective owner