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 final keyword denotes in java?
What does system out println () do?
What is a return in java?
Explain the difference between protected and default access.
What is struts in java?
What is functional interface in javatpoint?
What is default locale java?
Difference between final and effectively final ?
Explain about doubly linked list
How can you set the applet size?
What is difference between string and stringbuffer?
Which command from the jdk compiles a java program?
define polymorphism in java
What kind of variables a class can consist of?
In the below example, how many string objects are created?