I am trying to add some values to the Generic type MAP.
Map<T, T> Generics = new HashMap<T,T>();
How to put values to Generics, This Cannot be done in STS IDE, Whatever value type i added it is showing compilation error
In Which Scenario this can be done
New contributor
kalees waran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.