Java Enumerations || Enum || Java example

Java Enumerations : When ever you need to use a constants in program we need to implement them using enum. Java Enumerations is a special class which contains the constant declarations we require in various scenarios. For example when we want to know the result of a student in examination we require few constants like … Read more

Show Buttons
Hide Buttons