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
Which is the class in java?
Variable of the boolean type is automatically initialized as?
Difference between notify() method and notifyall() method in java?
what are Hostile Applets?
What is integer size in java?
Explain about doubly linked list
Does google use java?
Which class should you use to obtain design information about an object in java programming?
What is a boolean in java?
What is continuity of a function?
What are features of java?
What is square root in java?
What is the difference between interface & abstract class?
What is a subsequence of a string?
Why we do exception handling in java and how many types of exceptions are there?