Collections and Generics in Java




GogoTraining IT Training Podcasts show

Summary: Java's collection classes provide ordered logical means of dealing with user-defined groupings of objects. Generics – a new feature of Java 5 that has been improved in Java 6 – allows a programmer to specify that a particular collection should only support a particular type of object. Join Mike Simpson as he leads you on a tour of “Collections and Generics in Java.”