HerbSchildt.com
Corrections for
Java: The Complete Reference, J2SE 5 Edition
Errata #1. Page 322: The syntax for declaring a reference to a generic class should be as follows.
class-name<type-arg-list> var-name = new class-name<type-arg-list>(cons-arg-list);