Session Details
Week 4, 
Session 10 — Mon Jan 4
Reading
- 
 Big Java, §7.1–7.5
HW Due
- 
 HW 9
Topics
- 
 Arrays
- 
 ArrayLists
- 
 Wrapper classes and auto-boxing
- 
 Enhanced forloop
Resources
- 
 Slides
- 
 Summary on Arrays and ArrayLists
Outline
- 
 [10 min] Questions
- 
 [10 min] Arrays, lecture
- 
 [20 min] Arrays, do first 2 methods of StateList in ArraysAndLists project (fast students can continue to the 3rd one)
- 
 [10 min] ArrayList's, lecture
- 
 [ 5 min] Break
- 
 [10 min] ArrayList, do 4th method of StateList (first one of 3 on ArrayList's)
- 
 [6 min] Wrapper classes and auto-boxing
- 
 [4 min] Enhanced forloop
- 
 [10 min] ArrayList, do remaining 5th method of StateList, then switch to ElectionSimulator
- 
 [20 min] Begin implementing ElectionSimulator and then Main, finish as homework
HW Assigned
- 
 HW 10