The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Trail: Learning the Java Language
Lesson: Classes and Inheritance

Summary of Generics

In summary, using generic types or methods is not difficult once you've become used to the syntax. Here are a few important points to remember when using generics:

This section discusses how to use generic types and methods. For information on how to write a generic type or method, see Generics (in the Learning the Java Language trail) by Gilad Bracha.


Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.