aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes This is wrong right? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "This is wrong right?" Watch "This is wrong right?" New topic
Author

This is wrong right?

Amit Batra
Ranch Hand

Joined: Mar 04, 2006
Posts: 361
The dave Allen notes has a bullet point in the generics section:

<T super Dog> not <? super Dog>

But Ive only been able to compile ? in conjunction with super. so T with super doesnt work. true?
Surendra Kumar
Ranch Hand

Joined: Jul 04, 2006
Posts: 87
Please give your code snippent so that we can know what exactly you are trying.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: This is wrong right?
 
Similar Threads
Generics
Why invalid syntax?
<? super Integer>
Clarification about ? super Object
Generic method signature help