Exam 1 Review
Main Topics Covered
- Conditionals
- Loops
- Inheritance
- Collections (only
java.util.ArrayLists) - Reading from a file (using
java.util.Scanner) - Data types:
int,double,boolean,String - Writing a Class
- Instance variables
- Constructors
- Methods
Logistics
- Just need pen or pencil
- No electronic devices (no cellphones, calculates, computers, etc.)
- No outside notes
- Closed book, closed notes, closed neighbor
abbreviated documentation on standard Java classes will be provided - Problems given only require those class methods documented
How to Study
- Complete Breakout
- Previous Exam and solutions
- Practice writing code on paper