Previous Up Next

5  Exams

First exam is on Thursday, October 25th, during class hours. Exam is based on lectures and discussions in class, all slides, assignments 1–4, and chapters 1–10 (inclusive) from the Haskell book.

Second (final) exam is on Wednesday, December 12th, at 8AM (to 10). Material to study include all slides and notes from class (since the midterm) and all assignments (since the mid-term). Additionally, from big Java it is worth while to study sections 11 (interfaces and subtype polymorphism), 13 (inheritance), 22 (generics), and 23 (multithreading). Additionally, these papers are worth reading, expanding on generics, wildcards, atomics, etc:


Previous Up Next