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
Can memory leak happen java?
What is a marker interface?
What is string args [] in java?
How to sort an array in java without using sort method?
What languages are pass by reference?
List out benefits of object oriented programming language?
How large is a boolean?
What is update method called?
Is it possible to write a regular expression to check if string is a number?
Which collection is sorted in java?
What is jagged array in java?
How can constructor chaining be done using this keyword?
How will you load a specific locale?
Differentiate between run time error and syntax error.
Explain the Propertie sof class?