Q.

Which statement is true about a static nested class?

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 nonstatic members of the enclosing class.
C. It's variables and methods must be static.
D. It must extend the enclosing class.
Answer» B. It does not have access to nonstatic members of the enclosing class.
2.1k
0
Do you find this helpful?
39

View all MCQs in

Java Programming

Discussion

No comments yet

Related MCQs