The Artima Developer Community
Sponsored Link

Java Buzz Forum
java enums tutorial: Best 10 examples of enum in java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Kiran Kumar

Posts: 98
Nickname: kb18001
Registered: Jan, 2012

Kiran Kumar is sr java dev
java enums tutorial: Best 10 examples of enum in java Posted: Feb 6, 2012 11:49 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Kiran Kumar.
Original Post: java enums tutorial: Best 10 examples of enum in java
Feed Title: Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples
Feed URL: http://www.cloudhadoop.com/feeds/posts/default
Feed Description: My Blog on Java,Maven Unix, Linux,Hadoop,MySQL,tutorial with examples
Latest Java Buzz Posts
Latest Java Buzz Posts by Kiran Kumar
Latest Posts From Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples

Advertisement
Enums in java:-Enum is one of the cool language featured introduced as part of java 5 version. enum values are constants meaning which can not be changed. These constants are specified using upper case letters as per java coding specifications Enum is introduced in java 5 version,Before java 5 was introduced, we have to write our own constants to handle enum functionality as follows public class

Read: java enums tutorial: Best 10 examples of enum in java

Topic: Integration testing scoped beans in CDI 1.0 and Spring 3.1 Previous Topic   Next Topic Topic: maven-assembly-plugin example with tutorial in maven2

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use