JDK5

Enums in Java

What are Enums in Java? In computer languages, enumerations are used to express a collection of named constants. For instance,…

2 years ago