
Java Enumeration
Before the versions of JDK 5, there lacked one feature that many programmers felt was needed, this is the Enumeration. It is a list of named constants. It is supported by most other programming languages. Though Java offers the similar type of features that provide somewhat similar...