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
Is java util list serializable?
Explain the features of interfaces in java?
Why string is immutable or final in java
Is upper case in java?
Is it necessary that each try block must be followed by a catch block?
What is the difference between the ">>" and " >>>" operators in java?
What's the default access specifier for variables and methods of a class?
How is string immutable in java?
What is the purpose of using javap?
What happens if an exception is throws from an object's destructor?
Name few java 8 annotations ?
Is a boolean 1 bit?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
How to do encapsulation in java?
What is the replace tool?