Tag Archives: Generics

Generics in Java 5.0

August 14, 2007

3 Comments

1) Introduction The feature of Generics in Java allows Applications to create classes and objects that can operate on any defined types. Programmers can now make use of the Generics feature for a much better code. There is no need for un-necessary casting when dealing with Objects in a Collection. This article provides a detailed [...]

email