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 are the 4 types of characters?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
Is there any difference between nested classes and inner classes?
Why java is said to be pass-by-value ?
How java enabled high performance?
Does constructor creates the object ?
What is the difference between static and global variables and also define what are volatile variables?
Why are generics used?
What is internal iteration in java se 8?
Explain the difference between private, public, package and protected in java?
What is a null point?
When we serialize an object does the serialization mechanism saves its references too?
Can an unreferenced object be referenced again?
What is ascii format?
What is bitwise complement?