Why can we have static final members but cant have static method in an inner class ?
- by user275131
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 ?