what is the Yield() method used in threads?
Answer Posted / sasirekha
yield method will allow other thread to execute.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can you tell me range of byte?
Explain the importance of throws keyword in java?
Is arraylist zero based?
What is a dynamic array in java?
What is stringbuffer in java?
Is null a string in java?
What is unmodifiable list in java?
Are constructors methods?
What is bom encoding?
What are selection structures?
Why is it called a string?
What is string builder in java?
Can a class be defined inside an interface?
What is scanner in java?
Differentiate between a constructor and a method? Can we mark constructors final?