previous | start | next

Answers

  1. A sleeping thread is reactivated when the sleep delay has passed. A waiting thread is only reactivated if another thread has called signalAll or signal.
  2. The calls to await and signal/signalAll must be made to the same object.


previous | start | next