D

Dhruva Jagannath • 660 Points
Invincible

Q. Which of the following classes is the superclass of all Java enums?

  • (A) EnumClass
  • (B) java.util.Enum
  • (C) java.lang.Enum
  • (D) EnumBase

Explanation by: Dhruva Jagannath
All Java enums extend `java.lang.Enum` implicitly.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.