Java J2EE Spring Self Test: Chapters 52 to 55

In this chapter, we are going to take a look at some questions on the Inner class topics we had seen in the past few chapters.

All the best!!!

Questions:

Question 1.

Which are true about a static nested class? (Choose all that apply.)
A. You must have a reference to an instance of the enclosing class in order to instantiate it
B. It does not have access to non-static members of the