When were generics first introduced in Java?

Hi, I want to know when were generics first introduced in java?

View Answers

August 12, 2014 at 4:10 PM

Generics were introduced to the Java programming language with the release of Java 5.0 in 2014.

Check the tutorial: Introduction to Generics in Java.

Thanks









Related Tutorials/Questions & Answers:
Advertisements