java file may have only one public class. You can therefore declare only one public enum in a . java file . You may declare any number of package-private enums.
Read moreCan Java enum have multiple values?
The Enum constructor can accept multiple values .2 Eyl 2021
Read moreCan enum have multiple constructor Java?
Yes, they can have more than one constructor .
Read more