Link Details

Link 91715 thumbnail
User 160542 avatar

By kirillcool
via ibm.com
Published: Jul 03 2008 / 11:04

Wildcards can be very confusing when it comes to generics in the Java language, and one of the most common mistakes is to fail to use one of the two forms of bounded wildcards ("? super T" and "? extends T") when needed. You've made this mistake? Don't feel bad, even the experts have, and this month Brian Goetz shows you how to avoid it.
  • 13
  • 0
  • 1454
  • 333

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.