A

Admin • 828.43K Points
Coach

Q. What is the base class of all Java enums?

  • (A) Object
  • (B) Enum
  • (C) Enumeration
  • (D) EnumBase
  • Correct Answer - Option(B)
  • Views: 12
  • Filed under category Java
  • Hashtags: Java Enums

Explanation by: Admin
All enums in Java implicitly extend the `java.lang.Enum` class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.