Computer Science 252
Problem Solving with Java
Fall 2015, The College of Saint Rose
Lecture 26: Concurrency; Programming without Objectdraw
Date: Thursday, December 10, 2015
Agenda
- Announcements
- Submit Lab 10: Final Project by tomorrow
- Final exam info on previous lecture page
- Exam review Monday 3:30 in Albertus 212
- Lecture 25 assignment recap
- Concurrency
- Applets without Objectdraw
- Wrapup examples
- Course evaluations
- Thank you all for a very enjoyable semester!
No New Lecture Assignment
We have no more lectures.
Terminology
- threads
- interference
- race condition
- process/thread synchronization
- class variables
Examples