Jump to content

Yield method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Manityagi1 (talk | contribs) at 09:35, 24 June 2011 (Created page with 'the Yield method is used in java multi Threading for forcefully skip the current running thread and send it to end of running queue.'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

the Yield method is used in java multi Threading for forcefully skip the current running thread and send it to end of running queue.