JAVA

Java Enums

An enum is a special "class" that represents a group of constants (unchangeable variables, like final variables).