I'm having a really hard time using generics in Java. Why are they so damn confusing? Real generics aren't this hard. Can someone break this down and explain this to me?
Name:
Anonymous2007-01-25 15:57
>>6
JAva generics are quite a different animal than c++ templates. dont confuse them.