• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Annotations Article

 
Ranch Hand
Posts: 1258
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recently had the opportunity to write a short article on the new generics feature in JDK 1.5. I figured it might be helpful for some greenhorns around the ranch. So ... if you're still trying to figure generics out or just plain curious, feel free to check it out.

Bartender: I wasn't quite sure where to put this, so feel free to move it if this is in the wrong place.

The url is here.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice, short introduction into generics.

Note that Java generics do have some complicated traps and pitfalls; an excellent, advanced resource about generics is Angelika Langer's Java Generics FAQ.
 
reply
    Bookmark Topic Watch Topic
  • New Topic