watermark logo

Java Enum

17 Views
admin
admin
03 Dec 2019

A Java enum is a mechanism for creating a collection of constants in Java. A Java enum is short for an "enumeration of constants". Typically you will create an enum containing related constants, e.g. HIGH, MEDIUM and LOW. This video explains how Java enums works.

If you prefer a textual Java enum tutorial, I have one here:

http://tutorials.jenkov.com/java/enums.html

Show more

0 Comments Sort By

No comments found

Facebook Comments

Up next