Java Enum Fundamentals

# Introduction In this lab, you will learn about enums in Java. Enums are a special data type in Java that allows us to define a fixed set of constants. You will learn how to create, use, and manipulate enums in Java.

|60 : 00

Click the virtual machine below to start practicing