Angelika Langer - Training & Consulting
HOME | COURSES | TALKS | ARTICLES | GENERICS | LAMBDAS | IOSTREAMS | ABOUT | CONTACT | Twitter | Lanyrd | Linkedin
Books  
HOME 

GENERICS
  FAQ    
    CONTENT
    FUNDAMENTALS
    FEATURES
    PRACTICAL
    TECHNICAL
    INFORMATION
    GLOSSARY
    INDEX
    PDF VERSION
 
LAMBDAS 
IOSTREAMS 
ABOUT 
CONTACT 
Java Generics FAQs - More Information on Java Generics

This is a collection of answers to frequently asked questions (FAQs) about Java Generics, a new language feature added to the Java programming language in version 5.0 of the Java Standard Edition (J2SE 5.0).

If you want to provide feedback or have any questions regarding Java generics, to which you cannot find an answer in this document, feel free to send me EMAIL or use the GENERICS FAQ form.
A printable version of the FAQ documents is available in PDF format (4.5MB).

Java Generics FAQs - More Information on Java Generics

More Information on Java Generics

© Copyright  2004-2022  by Angelika Langer.  All Rights Reserved.
Where can I find a generics tutorial?
Where can I find a specification of the Java generics language features?
Which books cover Java generics?
What webpages are devoted to Java generics?

Where can I find a generics tutorial?

TUTORIAL: http://docs.oracle.com/javase/tutorial/extra/generics/index.html and http://docs.oracle.com/javase/tutorial/java/generics/

A tutorial for Java Generics written by Gilad Bracha was published in February 2004 and later extended.

LINK TO THIS Information.FAQ002
REFERENCES

Where can I find a specification of the Java generics language features?

SPECIFICATION: http://jcp.org/aboutJava/communityprocess/review/jsr014/

The public review draft of the Java Generics specification has been put together by the JSR014 specification group . Sadly, it's outdated (August 2001) and no revision has been published here.  Later versions of the specification were available as part of the prototype releases of the compiler.  However, there is no final release of the specification. 

SPECIFICATION: http://java.sun.com/docs/books/jls/

The final specification is part of the 3 rd edition of the Java Language Specification (JLS 3), which has been published in April 2005 and is available at the URL above. 

LINK TO THIS Information.FAQ003
REFERENCES

Which books cover Java generics?

None that I know of.  A couple of books give an introduction and overview, but non covers Java generics in depth.
There is a book that covers generics and the collections framework. 
Generics and Collections in Java 5
Maurice Naftalin and Philip Wadler
O'Reilly & Associates, November 2006


Some books are devoted to all the new features in Java 5.0, including Java generics. 

Java 1.5 Tiger
Brett McLaughlin and David Flanagan
O'Reilly & Associates, June 2004


Some Java textbooks have been updated to include Java generics.  Examples are: 

    Core Java, Volume I - Fundamentals, 7th Edition
    Cay Horstmann and Gary Cornell
    Prentice Hall, August 2004

    Thinking in Java, 4th Edition
    Bruce Eckel
    Prentice Hall PTR, February 2006

LINK TO THIS Information.FAQ004
REFERENCES

What webpages are devoted to Java generics?

LINKS: http://en.wikipedia.org/wiki/Generics_in_Java

The Wikipedia entry provides some rough explanations and a couple of links to other websites related to Java Generics.

LINK TO THIS Information.FAQ005
REFERENCES



CONTENT PREVIOUS NEXT INDEX
  © Copyright 1995-2022 by Angelika Langer.  All Rights Reserved.    URL: < http://www.AngelikaLanger.com/GenericsFAQ/FAQSections/MoreInformation.html  last update: 14 Aug 2018