InterviewSolution
Saved Bookmarks
| 1. |
What Does The Yield() Method Do? |
|
Answer» The yield() method puts CURRENTLY RUNNING thread in to READY STATE. The yield() method puts currently running thread in to ready state. |
|