Answers

Question and Answer:

  Home  Jasper Reports Developer

⟩ Explain the difference between yielding and sleeping in Java Programming?

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.

 194 views

More Questions for you: