Java Enum default value
I have a java enum which is taking the value “DEFAULT” if the value is not defined for it.
I searched online but couldn’t figure out why is it taking a default value and also how it can be changed.
I have a java enum which is taking the value “DEFAULT” if the value is not defined for it.
I searched online but couldn’t figure out why is it taking a default value and also how it can be changed.