Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify
Answer Posted / paletipatisrinu
wait()and notify() methods are Thread and object class methods
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
Does substring start with 0?
What are anonymous inner classes?
Why is stringbuffer thread safe?
What is a prefix function.write down a code to compute prefix function.
Is string a datatype?
How do you insert a line break?
Why is stringbuffer not immutable?
What is the advantage of OOP in java?
What is array sorting in java?
How do you escape a string?
Which is the best approach for creating thread ?
What is the role of garbage collector in java?
Can a class have an interface?
What all methods are used to prevent thread execution ?
When is the finally clause of a try-catch-finally statement executed?