Home / Report Question

Q. Which of these is NOT true about enums in Java?
  • A. They can implement interfaces
  • B. They can extend classes
  • C. They can have methods
  • D. They are final by default