Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify
Answer Posted / sudeep
wait belongs to thread... in c#!!!
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is gc()?
How many arguments can be passed to main ()?
Why runnable interface is used in java?
Can we use a switch statement with strings?
What are constants?
Is namespace same as package in java?
explain different ways of using thread? : Java thread
What is update method called?
What do you mean by byte code?
Explain jvm, jre, and jdk?
What is flush () in java?
why an outer class cannot be declared as private?
What are the Class Libraries ?
I want to persist data of objects for later use. What’s the best approach to do so?
What is the relationship difference the canvas class and the graphics class?