Java Enumerations - The Enum Type for an Enumeration - Java Programming Example - Appficial

Published: 06 October 2017
on channel: Appficial
3,587
46

Enumeration type is a way to declare a data type which can only be assigned a value from a specific set of values
Items in the curly braces are named constant values

public enum Identifier {ENUMPERATION1, ENUMERATION2, ...}

When declaring an enumeration, include both the enumerated type and the enumerator within that type

Identifier someState = Identifer.ENUMERATION1;

Enumerations are typically used to illustrate a state machine, where the program behaves based on a current situation (state)

Please SUBSCRIBE to Appficial, and check out more Java Programming Tutorials! http://www.appficial.com

Increment and Decrement Operators
   • Video  

The While Loop
   • Java While Loop by Example - Java Programm...  

Infinite Loops
   • Java Infinite Loop by Example in a While L...  

Do-While Loop
   • Java Do While Loop  - Easy Java Tutorials ...  

Do-While Loop Example Where User Prompts to Start Program Over
   • Java Do While Loop Example Where User Prom...  

For Loop
   • Java For Loop - How to Use the For Loop by...  

Nested Loop
   • Java Nested Loops by Example using a For L...  

How to Determine Which Loop to Use?
   • Deciding which Java Loop Structure to Use?...  

Sentinal Value
   • Java Sentinal Value in a While Loop - Easy...  

Input Validation using Loops
   • Java Input Validation with a While Loop AP...  

Break and Continue Statements in a Looping Structure
   • Java Break and Continue Statements in a Wh...  

Enumerations
   • Java Enumerations - The Enum Type for an E...  


On this page of the site you can watch the video online Java Enumerations - The Enum Type for an Enumeration - Java Programming Example - Appficial with a duration of hours minute second in good quality, which was uploaded by the user Appficial 06 October 2017, share the link with friends and acquaintances, this video has already been watched 3,587 times on youtube and it was liked by 46 viewers. Enjoy your viewing!