10 examples of Enum keyword in Java
  10 examples of Enum keyword in Java
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 39,012
  • Categories: 572

Java Tutorials : 10 examples of Enum keyword in Java

Java Enum was introduced in JDK 1.5 and it is one of my favorite features on J2SE 5. Java Enum as type is more suitable on certain cases for example representing state of Order as NEW, PARTIAL FILL, FILL or CLOSED. Enum was not originally available in Java though it was available in other language like C and C++ but eventually Java realized and introduced Enum on JDK 5 (Tiger). In this Java enum tutorial we will see different examples of java enum and how to use Enum in Java. Focus of this java enum tutorial will be on different features provided by Enum in Java and how to use them. If you have used Enum before in C or C++ than you will not be uncomfortable with Java enum but in my opinion Enum in Java is more rich and versatile than in other language. 10 examples of Enum keyword in Java   tutorial
    View Tutorial

Detailed Information

     Tutorial: 10 examples of Enum keyword in Java
     Date Listed: 2011-08-29
     Submitted By: javabuddy
     Total Hits: 975
     Rating Tutorial Rating 2.38Tutorial Rating 2.38Tutorial Rating 2.38Tutorial Rating 2.38Tutorial Rating 2.38 (16 votes)

    Discuss Tutorial
    Comment On Tutorial
    View Tutorial
    Report Broken Link

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 11 - Follow our Sitemap