Skip to content

Deep in Code

Take a deep dive into code

Monthly Archives: November 2006

Type Safe Enumerations in Java 5.0

The new enum construct in Java 5.0 is used to define enumerations. Enumerations are not new to programming languages, they existed in C, C++, SmallTalk etc. In Java 5.0 they had to be introduced to overcome safety and ease of use concerns in using the earlier enumeration approaches. Let us take a look at how […]

Posted byDeepak AnupalliNov 21, 2006Aug 8, 2012Posted inJava517 Comments on Type Safe Enumerations in Java 5.0

RSS RSS Feed

  • Amazon SimpleDB Developer Guide by PACKT
  • Playing around with exception stack traces
  • Improper use of Generics could breach type safety
  • Understanding Generics with Collections
  • Bootstrapping static fields within enums
  • Type Safe Enumerations in Java 5.0

Archives

  • July 2010
  • August 2007
  • March 2007
  • December 2006
  • November 2006

Categories

  • Cloud
  • Java
  • Java5
Deep in Code, Proudly powered by WordPress.