Answer Posted / gokul d
The thread which is under sleep state can be resumed back
automatically after the time mentioned.But thread under
wait has to be resumed back only by calling the notify()
method.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is matcher in java?
What are the steps that are followed when two computers connect through tcp?
What is an interface in java?
What is the size of string?
What are the types of literals?
What is arrays fill in java?
Does java support Operator Overloading?
What does yield method of the thread class do?
What is widening and narrowing in java? Discuss with an example.
How can I debug the Java security exceptions and AccessControlExceptions?
What is a stringbuilder?
What is the function of static in java?
What is final variable?
Why are getters and setters used?
Why is the main method declared static?