Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify
Answers were Sorted based on User's Feedback
Answer / paletipatisrinu
wait()and notify() methods are Thread and object class methods
| Is This Answer Correct ? | 8 Yes | 13 No |
Explain the difference between abstract class and interface in java?
How to create an instance of a class if the class has private constructor?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Is void a data type in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is reverse function?
Different types of modifiers?
I need to know about complete topic in java's collections i with an examples
What are wrapper classes?
Can you make a constructor final in Java?
0 Answers SwanSoft Technologies,
What modifiers are allowed for methods in an interface?
What is difference between char array and string?