N
OTES TO
S
UPPLEMENT
C
LASS
L
ECTURES
Here are links to the class presentations and extra notes from classes or labs to supplement your notes.
Week 1:
Keywords and Notes from First Class
(What is programming? What is an object-oriented program?)
Simple Java Application (that does nothing)
Keywords and Code Samples from Second Class
(Object construction and invoking methods)
Week 2:
Keywords and Sample Truth Tables from Introduction to Boolean Logic
Week 3:
Introduction to ArrayLists
Week 4:
Repetition Practice
(practice with repetition patterns applied to arrays and ArrayLists)
Guidelines for Composing Methods
(Word document)
Week 6:
Keywords and Code Samples from Introduction to Arrays
Summary of differences between arrays and ArrayLists
Week 7:
Eclipse Tutorial From University of Wisconsin
Week 8:
Object-Oriented Design (one-page summary)
Object-Oriented Design Presentation
Scope and Packages
(a Word document)
Week 9:
Refactoring Exercise
Java 1.5