Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn about Enumerated Data Types (enum) in Java through this comprehensive 23-minute tutorial. Explore the concept of enums, their declaration both inside and outside classes, and how to utilize built-in enum methods such as values(), valueOf(), ordinal(), toString(), and compareTo(). Discover how to implement constructors with enumerated data types, incorporate enums in switch case statements, and define methods within an enum. Download accompanying code from the provided link to practice and reinforce your understanding of this essential Java feature.
Syllabus
Enumerated Data Type (enum) in Java
Taught by
Satish C J