Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
forum!
Mink Bruijninckx
Greenhorn
+ Follow
news
2
Posts
1
Threads
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
Generics
Of course! Thanks!
It was just an example. You're right, it's completely useless code. :-)
show more
16 years ago
Java in General
Generics
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.
show more
16 years ago
Java in General