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
What are the differences between heap and stack memory in java?
Why call by value prevents parameter value change?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
what methods would you overwrite in java.lang.object class?
How to split arraylist elements in java?
What is the benefit of abstract class?
Which is illegal identifier in java?
Program to Find the second largest element in an array.
What is a file pointer?
How objects are stored in java?
Is there any difference between nested classes and inner classes?
Why is the main method static?
How is garbage collection controlled?
What is singleton class example?
What are the Static and Dynamic Variables? Differentiate them.