What does List<?> mean, does it mean simply a list of objects of unspecified type?
List<?>
Googling for the string <?> returns nothing useful (:
<?>
The keyword you need to get more information is Wildcards