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.
πŸ’¬ Discuss
βœ… Correct Answer: (B) It does not have access to nonstatic members of the enclosing class.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
221
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Vinay
Publisher
πŸ“ˆ
88%
Success Rate