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 17:42
>>7
different where? List<int> (in Java) and list<int> (in C++)? wow, that's different.