This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.

Java Generics

Stefan Tilkov,

Back in May, I was disappointed by C#’s generics. Now Bruce Eckel writes about Java Generics, and they have the same problem. Update: Dare Obasanjo goes into more detail. I fail to agree with his claim that C++ doesn’t really achieve the effect Bruce is looking for, though.