J2SE 5.0 (Generics + Enhanced For Loop)
This new series of articles about J2SE 5.0 take a close look at the capabilities of the new Java version. The first part deals with generics and the enhanced for loop.
The article also gives a historical perspective on Java, talks of the distinction between the various editions and about getitng up and running with J2SE 5.
Reference:
>> Generics in J2SE
Related:
>> What’s new in J2SE 5.0: A tutorial
>> Part 1: Generics
>> Java Generics Rules