Saturday, 6 May 2017

Enum Types in Java

Enum Types in Java
//

Java provided Enum types are very powerful than other programming languages. Following are the main points one should remember about java enum types.

enum type is defined using enum keyword
enum type is a special data type that allows a variable that consist of a predefined
Read More about it from the following link : http://coding-guru.com/enum-types-java/ posted by Gul


Previous Post
Next Post

About Author

0 comments: