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
how can you take care of mutual exclusion using java threads? : Java thread
How do you declare an array that will hold more than 64KB of data?
What are loops in java?
What language is pass by reference?
What lambda means?
What is object in java?
Can arraylist contain null values?
What is the significance of continue jump statement? Explain with an example.
Explain how to force the garbage collection in java.
Variables used in a switch statement can be used with which datatypes?
Is zero a positive integer?
What is type inference in java8?
enlist some features of jdk.
What is use of valueof () in java?
Can we override private constructor in java?