Java J2EE Spring Chapter 51: Generic Types

In the previous chapters about collections we saw that as per the new specifications of Java, we can actually specify the type of objects that a collection is going to take. It's a totally new concept when compared to people who are used to coding using the old fashion java way (before java 5) and so we are going to get into this topic in great detail. Before we begin, there is both good news and