What is the difference between List<T>
and List<?>
?
I found this type of code when I was going through java doc but couldn't understand the difference.
What is the difference between List<T>
and List<?>
?
I found this type of code when I was going through java doc but couldn't understand the difference.