Q. Enumeration in Java is ___.
β
Correct Answer: (A)
Data type which contains fixed set of constants
Explanation: In Java, the Enumeration is a data type which contains a fixed set of constants, they are used to create our own data type like classes.