Learn Java ENUMS in 10 minutes!

76 Views
Published
#java #javatutorial #javacourse

// Enums = (Enumerations) A special kind of class that
// represents a fixed set of constants.
// They improve code readability and reliability.
// More efficient with switches than Strings.
Category
Bro Code
Tags
java tutorial, java course, java programming
Be the first to comment