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 collection interface?
Are arrays static in java?
What is an example of character?
What are the important methods of java exception class?
What is a modifier?
Explain the selection sort algorithm?
How to sort numbers in java without array?
What are internal and external variables?
What is a copy constructor in java?
What if constructor is protected in java?
Can we create our own wrapper class in java?
What is method in research paper?
How many types of operators are there?
How to convert string to char and vice versa?
Explain java coding standards for interfaces?