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 the difference between method and means?
Which types of exceptions are caught at compile time?
how would you implement a thread pool? : Java thread
What do you mean by composition in java?
What is singletonlist in java?
Can an interface implement another interface?
what is the use of bean managed and container managed with example?
What do you mean by data type?
What is a boolean flag in java?
What's the base class in java from which all classes are derived?
Difference between == and .equals() ?
What mechanism does java use for memory management?
What is regex java?
Can a static member function access member variable of an object?
Is null a string or object in java?