For every enum, the compiler generates a static method called __________ that returns an array of the enum's constants in the order in which they were declared.

For every enum, the compiler generates a static method called __________ that returns an array of the enum's constants in the order in which they were declared.



Answer: Values


Learn More :