Generic Class Example in Java

Generics

Generics are a facility of generic programming that were added to the Java programming language in 2004 within version J2SE 5.0.

Generics allows parameterized type to use with method, class and interface.

This example code shows how to create and use Generic Class in Java.

Output:

Integer Value :10
String Value :Hello World
Share This Post On: