A

Admin • 828.43K Points
Coach

Q. Can a Java enum have constructors and methods?

  • (A) No, enums cannot have any methods
  • (B) Yes, but only constructors
  • (C) Yes, enums can have constructors and methods
  • (D) Only static methods are allowed
  • Correct Answer - Option(C)
  • Views: 14
  • Filed under category Java
  • Hashtags: Java Enums

Explanation by: Admin
Java enums can have constructors, methods, fields, and can even implement interfaces.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.