Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify
Answer Posted / vikki
methods inherited from java.lang.Object
*clone
*equals
*finalize
*getClass
*hashCode
*notify
*notifyAll
*wait
and this three methods join, yield, sleep belongs to Threads
class
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
How does split work in java?
Can a final variable be manipulated in java?
What is use of static method?
What is the use of flag?
What is size of int in java?
What do you mean by inner class in java? Explain
What is percentage in java?
How is abstraction implemented in java ?
What is the difference between notify and notifyall method?
What is volatile keyword in java
What is scanner in java?
What do you understand by synchronization?
What is the difference between jvm and jre? What is an interface?
Should a main method be compulsorily declared in all java classes?
What is the default size of load factor in hashing based collection?