Re: Studying Generics
- From: Lew <noone@xxxxxxxxxxxxx>
- Date: Sun, 07 Sep 2008 15:46:22 -0400
Stefan Ram wrote:
Peter Horlock <Peter.Horlock@xxxxxxxxxxxxxx> writes:I am looking for a GOOD book or tutorial about all subleties of Generics. I've bought Oreilly's "Java Generics", but so far I don't really like it - After reading it, many topics still seem unclear to me.
To understand every detail:
http://java.sun.com/docs/books/jls/
Amen! In particular,
<http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.1.2>
As important, write code using generics. Seeing the actual error messages is instructive.
More resources:
<http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf>
<http://java.sun.com/docs/books/effective/generics.pdf>
(Hmm, imagine that - material on java.sun.com!)
<http://www.ibm.com/developerworks/java/library/j-jtp01255.html>
(Hmm, IBM DeveloperWorks ...)
and of course, the old standbys, GIYF and WIYF:
<http://www.google.com/search?q=Java+generics>
<http://en.wikipedia.org/wiki/Generics_in_Java>
--
Lew
.
- References:
- Studying Generics
- From: Peter Horlock
- Studying Generics
- Prev by Date: Re: How is tag interface functionality implemented in Java continued ...?
- Next by Date: How is tag interface functionality implemented in Java ?
- Previous by thread: Studying Generics
- Next by thread: Re: Studying Generics
- Index(es):
Relevant Pages
|