August 2004
Intermediate to advanced
480 pages
9h 41m
English
|
Enums are new with Java 5.0. Enum is short for enumeration, and enums are useful when you want to define values that are meaningful to the user (in this case, other programmers) that can be switched against. The Enum is defined in the java.lang package.
Programmers may be familiar with the enum, which programmers may be familiar with ...
Read now
Unlock full access