what is the Yield() method used in threads?
Answer Posted / manikandan [ gtec,vellore ]
after invoking yeild() method it enters into a ready state.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which java version is latest?
What is final keyword in java? Give an example.
Can list have duplicates in java?
What are the main features of java?
What is the purpose of the file class in java programming?
What does int argc char * argv [] mean?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is meant by object?
What is module in oop?
Can a class have an interface?
What is meant by nested loop?
What exactly is java?
Is java type safe?
What is difference between protected and private?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?