Wednesday, February 11, 2009

What is the difference between yielding and sleeping

Question :What is the difference between yielding and sleeping?
Answer :When a task invokes its yield() method, it returns to the ready state. When a task invokes its sleep() method, it returns to the waiting state.

No comments: