Google News
logo
Java Collections - Interview Questions
List down the major advantages of the Generic Collection.
Below are the main advantages of using the generic collection in Java :
 
* Eliminates the need for typecasting
* Provides stronger type checks at the time of compilation
* Enables the implementation of generic algorithms which makes the code customizable, type-safe and easier to read
Advertisement