What is the difference between yielding and sleeping in Java Programming?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Java Job Interview Questions And Answers