Ogadei  /  Using Generic Types in Java 5.0Shop  |  Search
Using Generic Types in Java 5.0

May 5, 2005

ONJava.com has published a two-part article explaining how to use the new generic types feature in Java 5.0. This feature allows you to create parameterized types which provide a degree of type safety for collections and other classes. In addition, generic types allow your methods to safely accept multiple types for any given argument.
Developers | Java | Print This
www.ogadei.com