Java Enum example
This post will show you how to work with the enumerations in Java, is pretty easy to use and it can be really useful once you get to know it. You will see in the example a basic use that will put you in the right direction so you can implement your own Enums in the future. More »
Tags: Java, Java Enum