Java Enum
17 Views
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
-
Category
Show more
Facebook Comments
No comments found