Wait | Sleep | Yield | |
1. | Method of class Object | Method of class Thread | Method of class Thread |
2. | Non – Static | Static | Static |
3. | Not invoked on a thread instance | Invoked on a thread instance | Invoked on a thread instance |
4. | Moves the thread to “wait’ state | Moves the thread to “wait” state | Moves the thread to “ready” state |
5. | Thread loose the ownership of the lock | Thread doesn’t loose the ownership of the lock | Thread doesn’t loose the ownership of the lock |
Thursday, March 13, 2014
wait,sleep & yield
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment