Answers

Question and Answer:

  Home  Java Threads

⟩ What is the difference between yielding and sleeping?

When a task invokes its yield() method, it returns to the ready state, either from waiting, running or after its creation. When a task invokes its sleep() method, it returns to the waiting state from a running state.

 145 views

More Questions for you: