Thursday, March 11, 2004 9:06 AM
pdbartlett
Bruce Eckel on Java Generics
Bruce
finds that JDK 1.5 generics aren't quite as generic as he'd hoped - i.e. only really solve the "casting problem" for containers. I know that C# generics are also very different from C++ templates, but I must look out that Brad Abrams summary again to refresh my memory...