Section 7: Threads


  • Recognize conditions that might prevent a thread from executing. Write code using synchronized wait, notify and notifyAll to protect against concurrent access problems and to communicate between threads.

  • Define the interaction among threads and object locks when executing synchronized wait, notify, or notifyAll.

Relevant Sections

Read Sections 9.4 "Synchronization" and Section 9.5 "Thread Transitions."

Study Notes

Various method calls and events may cause a thread to go from one state to another. Several conditions may prevent a thread from executing.

A good understanding of object locks and synchronized code is required. Note the difference between the notify() and notifyAll() methods .



A Programmer[ap]s Guide to Java Certification
A Programmer[ap]s Guide to Java Certification
ISBN: 201596148
EAN: N/A
Year: 2003
Pages: 284

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net