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 many digits is int32?
What Is Query Throttling in java?
What are mutable classes?
What is set string?
Can we override the private methods?
Detail discussions on JVM, memory management and garbage collector.
What is serialversionuid?
What access modifiers can be used for class ?
Implementations of set interface?
What are the different types of garbage collectors in java?
What are the features of junit?
What is role of void keyword in declaring functions?
How do singleton patterns work?
How can we avoid including a header more than once?
What value is a variable of the string type automatically initialized?