Concurrency and more GUI’s
Don't use plagiarized sources. Get Your Custom Essay on
Java Object Oriented And Concurrent Programming
Just from $13/Page
tell us a little about how the two presentations relate to each other
- tell us what you have learned about that topic from your readings
Some suggested topics:
- Spin locks
- Atomic read/write operations vs the real world
- Test and set locks:getAndSet (), compareAndSet ()
- Monitors, locks, conditions
- Locked queue
- Lost wake up events
- Readers writers locks
- Reentrant locks
- Semaphores
- Threads – creating and running them
- Thread structure of the JVM and the
- Race conditions and deadlocks
- Writing a concurrent program
- condition variables