Originally posted by Manfred Leonhardt:
Hi Kevin,
My guess is that it can. If the thread thats gets placed into the ready state has a higher priority and the scheduler implemented honors it then the running thread could be preempted by the new one.
Manfred.
Manfred,
IMHO, notify() (or notifyAll()) always comes in pair with wait(), right?