12345678910



Question 1: Which statement is true about a non-static inner class ?
1. It must implement an interface
2. It is accessible from any other class
3. It must be final if it is declared in a method scope.
4. It can access private instance variables in the enclosing object