Clicky

ChrisEllsworth.com

The online home of Christopher Chess Ellsworth
Welcome to ChrisEllsworth.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » Java 1.5   (RSS)
  • Java Concurrency API Example

    Download the example code. I was asked to put together some teaching materials for a Data Structures class as the second part of their introduction to threading.  I decided to go ahead and jump right in to the Java Concurrency API and needed a simple example to illustrate the concepts.  I adapted this from an example in ...
    Posted to Chris's Development Blog (Weblog) by Chris on October 31, 2006
  • Enumerations in Java 1.5

    Here is a simple example of the new enumeration features in Java 1.5. The Java compiler translates enumerations into regular classes that inherit from the Enum class. This means that you define enumerations the same way as you define classes, with the exception that you use the enum keyword instead of class. Remeber, enumerations are Objects, ...
    Posted to Chris's Development Blog (Weblog) by Chris on January 24, 2005

Locations of Visitors

Locations of visitors to this page
©2007 Christopher Chess Ellsworth