Blog Posts on type-safety
Percent:
Distinct:
Generics: Beauty and Madness by Ideyatech Blogs and Resources on Jul 13, 2011Generic types added in JDK 5.0 provided enhancement to type safety in Java. For example in using Collections, generic types allow restricting the type the collection would contain as opposed to pre-JDK5 wherein collection classes accept anything that...


