What is Yield() method when we r using this ? tell exactly
Answers were Sorted based on User's Feedback
Answer / naresh kumar
Yield will be called by Thread.Yield() t0 give other
runnable thread a chance to excute...
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / mounika
It causes to pauses the current executing thread for giving
the chance to the remaining waiting threads of same priority.
if there is no waiting threads are All waiting threads
have low priority then the same thread will continue its
execution.
| Is This Answer Correct ? | 10 Yes | 0 No |
What is another word for methodology?
What is ide with example?
Features of Java?
What is object data type?
How do you reverse a word in java?
Is null an object java?
What is the difference between declaration and definition in java?
What is the static keyword?
What is variable length arguments in java?
How do you implement singleton class?
Why collection doesn’t extend cloneable and serializable interfaces?
What is linked hashset and its features?