Which type of method or variables defined in static inner class
Answer»
Explanation:
There are BASICALLY four types of inner classes in java. Nested Inner CLASS can access any private instance variable of outer class. Like any other instance variable, we can have access modifier private, protected, PUBLIC and DEFAULT modifier.