1.

What Is The Difference Between Yield() And Sleep()?

Answer»

When a object INVOKES yield() it returns to ready STATE. But when an object invokes SLEEP() method ENTERS to not ready state.

When a object invokes yield() it returns to ready state. But when an object invokes sleep() method enters to not ready state.



Discussion

No Comment Found