hi,
i think b , cand d are correct .
c---
as if any thread wants to access , it can only when it gets the lock.
b--
it has to sleep for min of 500ms untill
it is interrupted.
d--
unless another thread is there waiting it gets notified.otherwise it sleeps.
[This message has been edited by sirisha parimi (edited December 19, 2000).]