...here in the method declaration, <K> is different from the <K> defined at the class level.
fathima haglur wrote:Hi all,as i am going to take the scjp 310-055 on this saturday that is October 10 2009.
Siva Masilamani wrote:it works in VISTA.
Henry Wong wrote:
So, since Java doesn't know what it is, and must type check it... it has two options. One, it can allow only objects that IS-A Dog, IS-A Animal, and IS-A Object (all the possible types at the same time). Or Two, it can reject the operation. At "this line", it took the second option, at the line before "this line", it took the first option.
Henry