How can I get Object type of an empty List in Java? For example,
List list = new ArrayList();
I wonder how can I get Stri
Stri