Why would someone want to use <?>
in Java?
If you are going to use it, why even use generics at all?
Why is List<?>
better than simply List
and in what scenario?
Why would someone want to use <?>
in Java?
If you are going to use it, why even use generics at all?
Why is List<?>
better than simply List
and in what scenario?