Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: What is the use of enum keyword in java

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default What is the use of enum keyword in java

    what is use of enum keyword


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: What is the use of enum keyword in java

    What does google say?

    See the tutorial:
    http://docs.oracle.com/javase/tutori...vaOO/enum.html
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: What is the use of enum keyword in java

    How is this different than your other thread? Posting this question again is not only against the rules, but can be considered rude to those that have spent their valuable time answering your question only to have you ask it again.
    http://www.javaprogrammingforums.com...html#post86524
    Please keep your discussions their, and please read the forum rules
    http://www.javaprogrammingforums.com...uncements.html
    Thread locked.

Similar Threads

  1. What is the use of enum keyword in java
    By vilkas in forum Java Theory & Questions
    Replies: 4
    Last Post: December 17th, 2012, 10:34 AM
  2. Use of final keyword
    By vilkas in forum Exceptions
    Replies: 5
    Last Post: December 17th, 2012, 03:17 AM
  3. Uses of throws keyword
    By vilkas in forum Exceptions
    Replies: 1
    Last Post: December 11th, 2012, 03:17 AM
  4. [SOLVED] The 'new' Keyword
    By TheSlowLearner in forum Object Oriented Programming
    Replies: 17
    Last Post: August 7th, 2012, 12:05 AM
  5. Super Keyword
    By shruthi in forum Java Theory & Questions
    Replies: 12
    Last Post: October 13th, 2011, 03:31 PM