Effective java... okay so if i have this List<...
# announcements
p
Effective java... okay so if i have this List<? super String> does this mean this list can take objects and Strings?