Hello,
why has the symbol <?> be added to
Java 1.5 (for generics)
Given that scenario (extracted from K&B's book):
But it seems to me that the checkupAll implementation could be replaced by:
In this second implementation of "checkAll" is the List also read-only (probably it is)?
So what is the need for the <?> symbol in the language? I don't totally understand.
Thanks in advance for your help!