Help coderanch get a
new server
by contributing to the fundraiser

Mink Bruijninckx

Greenhorn
+ Follow
since Aug 05, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mink Bruijninckx

Of course! Thanks!
It was just an example. You're right, it's completely useless code. :-)
16 years ago
Hi,

why doesn't this work:
public class MyClass {
public <T super String> void myMethod() {
}
}

The problem lies in the 'super' keyword, but I don't understand why.
16 years ago