Computer Science 252
Problem Solving with Java
Spring 2016, The College of Saint Rose
Lecture 26: Concurrency; Applets without Objectdraw
Date: Tuesday, May 3, 2016
Agenda
- Announcements
- Final exam information
- Wednesday, 5/11, start at 10:45 or 1:30, you choose
- 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
- optional review session 4:30 Tuesday, 5/10, Albertus 303
- Lecture 24 assignment recap
- Lecture 25 assignment recap
- A bit more on sorting
- Concurrency
- Applets without Objectdraw
No New Lecture Assignment
Ever.
Terminology
- threads
- interference
- race condition
- process/thread synchronization
Examples