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
What is the use of jtable?
Which object oriented concept is achieved by using overloading and overriding?
how to handle exceptions in ejb?
What is strings in java?
Is java a prime method?
Why string is a class?
What are inner classes or non static nested classes in java?
What is the syntax and characteristics of a lambda expression?
What is cr keyboard?
Can we access instance variables within static methods ?
What is java util collection?
Define packages in java?
what are the methods in object?
Can long be null in java?
Can singleton class be cloned?