Hi All, I saw in many explanations that some people say that in sleep() or yield(),don't know which one, but in one of them the thread doesn't relinquish monitor lock. My question is this, weather it is sleep or yield,first of all in case of syncronization it must relinquish the lock other wise how come the next thread enter in monitor ...