Monthly Archives: December 2021

Enumerations in Java

Java supports enumeration types (in short enum) since Java 5. Enumeration is used to define a list of constants which can be later referenced in source code by its name. Enumeration type in Java is based on concept of the … Continue reading

Posted in Java, Uncategorized | Tagged | Leave a comment