Java / Generics
When do you implement Unbounded wildcards?
It is applicable when your method does not to have to do anything with the individual element types, for e.g. it can be used to determine the length of the list of any type.
More Related questions...