What is Yield() method when we r using this ? tell exactly
Answer Posted / 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 |
Post New Answer View All Answers
What are exception handling keywords in java?
What is variable and example?
How do you reverse a word in java?
Why we used break and continue statement in java?
Can you change array size in java?
Difference between Linked list and Queue?
what is enumset?
Explain the use of javap tool.
Why do we use predicate in java?
How is abstraction implemented in java ?
What is thread safe java?
Is string a data type in java?
Is space a character in java?
What is assembly condition codes?
What classes of exceptions may be caught by a catch clause in java programming?