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 a generic code?
What is pangram in java?
What is identifier give example?
What is the java virtual machine?
What is the size of int in 64-bit jvm?
Is sizeof a keyword in java programming?
What is the class in java?
What is passing by reference in java?
Can inner class extend any class?
what is difference between equals and ==?
What carriage return means?
What are inbuilt functions in java?
What modifiers may be used with a top-level class?
Do extraneous variables affect validity?
Where are local variables stored?