Sec 5: Nested Classes and Interfaces
94) What is nested class?
95) Is there any difference between nested classes and inner classes?
96) Can we access the non-final local variable, inside the local inner class?
97) What is nested interface ?
98) Can a class have an interface?
99) Can an Interface have a class?
Last updated