Why Generics was introduced in Java?

Hi,

Why Generics was introduced in Java and what is was its motive?

Thanks

View Answers

August 12, 2014 at 4:13 PM

Generics were introduced in Java for the development of more bug free code. It enables the code for compile time type checking.

Read the tutorial for more details of Generics: Introduction to Generics in Java.

Thanks









Related Tutorials/Questions & Answers:
Advertisements