1.

What Is The Advantage Of Generic In Collection Framework?

Answer»

The JAVA 1.5 came with Generic and more collection interfaces and IMPLEMENTATIONS use it mostly. The GENERICS provide us the type of object that a collection can OBTAIN, so if you try to understand and add any element of a different type it throws COMPILE time error.

The Java 1.5 came with Generic and more collection interfaces and implementations use it mostly. The Generics provide us the type of object that a collection can obtain, so if you try to understand and add any element of a different type it throws compile time error.



Discussion

No Comment Found