Java Enum Tutorial: 10 Examples of Enum in Java
The final field EnumExamples.Currency.PENNY cannot be re assigned. 5) Enum in java can be used as an argument on switch statment and with "case:" like int or char primitive type. This feature of java enum makes them very useful for switch operations. Let’...