Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.06 KB

File metadata and controls

23 lines (17 loc) · 1.06 KB

Chapter 6 - Collections and Generics

Objective

Get familiar with the Java Collections Framework and Generics

Duration

We recommend you to finish the reading list and the given assignments in 1 week (07/11 - 14/11).

Video list

  1. The New Boston tutorials (videos 1-19)
  2. Cave of Programming tutorials (all of them)
  3. The Good, Bad and Ugly of Java Generics
  4. A bit about Wildcards
  5. Advanced Generics

Reading list

  1. Head First Java - chapter 16 (pdf pages 546-596)
  2. Data Structures and Algorithms in Java (optional reading)