|
Page 1 of 3 J2SE 5.0 is unlike earlier Java releases where the creators added new functionality without touching the core language. With J2SE 5.0 a lot of things have changed even with the basic Java language. In this article, Chinmay Ogale looks at what is perhaps the most talked about change in J2SE 5.0, Generics.
--------------------------------------------------------------------------- What's new in J2SE 5.0?Part One - GenericsJ2SE 5.0 Release Date: 30th September, 2004 Code name : Tiger J2SE5.0 is one of the major Java releases since Java came into existence almost a decade ago. Most java enthusiasts have been waiting for this release as it features many updates and core language enhancements. The key areas on which focus has been given in this release are - Simplifying things for the developer
- Performance and Robustness
- Desktop and client side development
Also many smaller features have been introduced in J2SE5.0 In this series of articles I?ll be discussing 1)Â Â Generics 2)Â Â Enhanced for loop 3)Â Â Auto-boxing/Unboxing 4)Â Â Metadata 5)Â Â Enumerations 6)Â Â Varags 7)Â Â Static Imports In this first part I?ll be covering generics.
<< Start < Previous 1 2 3 Next > End >> |