#enums
Read more stories on Hashnode
Articles with this tag
Enums in java are a special type of data type that lets a variable only have a set of predefined constants. The most common example are days in a week...