question archive implement a java program to make a generic class named GC
Subject:Computer SciencePrice: Bought3
implement a java program to make a generic class named GC. Inside
that class create one method show() that can accept and return values of type T. Create two instances of GC. Use different wrapper classes for those instances. GC also possesses two public attributes of type T. Initialize those attributes and display using the method show().