Computer Science 210
Data Structures
Fall 2018, Siena College
Lecture 02: Java Review
Date: Friday, September 7, 2018
Agenda
- Announcements
- The tutoring
schedule has been
posted, and it starts this Sunday, September 9
- Don't forget the review assignment from the zyBook, due a
week from Monday
- Don't forget the background survey (see your email), due
Monday
- Specifics of lab submission deadline: end of the afternoon
lecture section on Mondays (3:40 PM)
- Lab 0: Setting Up is due Monday, for those who
did not wrap it up in lab
- Building an example for Java review: vertex search on METAL data
Terminology
- class comment
- import statement
- class header
- class name
- conditional statement
- command-line parameter
- variable declaration
- variable name
- object construction
- primitive type
- object type
- loop
- loop index variable
- loop stopping condition
- loop update
- loop body
- try-catch block
Examples
- VertexSearch will be posted when completed