Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify
Answer Posted / paletipatisrinu
wait()and notify() methods are Thread and object class methods
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
What is the difference between JDK and JVM?
Define a package.
Is math an abstract class in java?
What is the diffrence between inner class and nested class?
What are different exception types exceptions available in java ?
What is constructor in java ?
What is difference between iterator access and index access?
Explain reverse a linked list iterative solution in java?
What does || mean in code?
What is the difference between double and float variables in java?
How many arguments can be passed to main ()?
How concurrent hashmap works?
What are streams?
How much is a java license?
Can you access the private method from outside the class?