Java
Programming and Technical
Programming
Definition
Q. What is the difference between yielding and sleeping?
A. 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.
Read Solution (Total 0)
Java Other Question