June 16, 2020
Advantages of Generics in Java
Before Generics was introduced, we can store any type of data in the collection. Now, in Generics, we can store only a specific type of object.
Before Generics was introduced, we can store any type of data in the collection. Now, in Generics, we can store only a specific type of object.