Computer Science 225
Advanced Programming
Spring 2017, Siena College
Lecture 11: Java Interfaces
Date: Friday, March 3, 2017
Agenda
- Announcements
- If your group has not yet completed Lab 5, you have until
start of your lab period next Wednesday to finish up
- Midterm exam 1 recap
- Homework 2 recap
- reference solution
- common problems: comments, local vs. instance variables,
taking advantage of file formats, finding 3 largest, boolean
expressions compared with true or false, efficiency of
ArrayList operations
- general advice: make good test cases (including things like
your finding 3 largest methods)
- Discussion of Homework 3
- Java interfaces
Terminology