Q. Which is true about enum constants in Java? (A) Enum constants have index. (B) The index starts with zero (0). (C) Enum constant can be accessed using a DOT (.) operator (D) All the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All the above