Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Interview Questions and Answers | ||||
| ||||
Ans. wait and notify are declared final in object class and hence cannot be overridden. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  object class methods  wait  notify | ||||
Related Questions | ||||
Difference between == and .equals() ? | ||||
What are the methods of Object Class ? | ||||
Which String class does not override the equals() and hashCode() methods, inheriting them directly from class Object? | ||||
What is the use of Object class ? | ||||
How you can check Object is created or not in case of Singleton using Object class method ? | ||||
Why wait(), notify(), notifyAll() methods are in Object class instead of Thread class? | ||||