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 is the difference between preemptive scheduling and time slicing in java programming?
Can memory leak in java?
What are heterogeneous objects?
what is function overloading in java?
What is the purpose of tostring() method in java?
Can a vector contain heterogenous objects?
What is the difference between length and length() method in java?
Does collectionutils isempty check for null?
What is the difference between static binding and dynamic binding?
Can a serialized object be transferred via network?
Is string is a class in java?
What do you mean by collectors in java 8?
What is queue in java?
Explain what pure virtual function is?
Can you explain the cs option of java interpreter?