Java > Enums > Flashcards
What is an enum? What problem do they solve?
What is the naming convention for declaring an enum?
What is the naming convention for an enum’s values?
Can I explicitly define the values of an enum?