Computer Science 252
Problem Solving with Java
Spring 2015, The College of Saint Rose
Lecture 26: Concurrency; Programming without Objectdraw
Date: Tuesday, April 28, 2015
Agenda
- Announcements
- Final exam information
- Monday, 5/4, start at 10:45 or 1:30, your choice
- same ground rules as exams 1 and 3: closed notes, closed book, closed network, closed neighbors
- focus on recent topics, but everything from the course is fair game
- necessary reference information will be included
- practice exam questions out
- any interest in review time 5-7 PM Sunday?
- Lecture 25 assignment recap
- Concurrency
- Applets without Objectdraw
No New Lecture Assignment
Wrap up the project, and start thinking about the final exam. Maybe
have a look at some of the practice problems.
Terminology
- threads
- interference
- race condition
- process/thread synchronization
- class variables
Examples