Which of the following are advantages of using enumerated types in Java, rather than static constant values?

Question:

Which of the following are advantages of using enumerated types in Java, rather than static constant values? (Choose three.) 

A. Improve performance.

B. Provide access to fixed set of constants whose values do not change during the course of the application.

C. Provide a caller with a list of available values for a parameter within a method.

D. Ensure consistency of data across an application.

E. Add support for concurrency.

F. Offer ability to create new enumerated values at runtime.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: