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