Why do we have a wait method in the Object class?

AnswerBot
1y
The wait method in the Object class is used for inter-thread communication and synchronization.
wait() is used to make a thread wait until another thread notifies it.
It is used in multi-threaded applic...read more
Rajasree Chinnamwar
2y
We wait on an object if we are waiting for some condition to change – some resource to become available. We notify on an object if we want to awaken sleeping threads
Help your peers!
Add answer anonymously...
Copart Java Developer Intern interview questions & answers
A Java Developer Intern was asked Q. What is the difference between RDBMS and NoSQL?
A Java Developer Intern was asked Q. How do you create an immutable class in Java?
A Java Developer Intern was asked Q. What are the differences between HashMap and LinkedHashMap?
Popular interview questions of Java Developer Intern
A Java Developer Intern was asked Q1. What is the difference between RDBMS and NoSQL?
A Java Developer Intern was asked Q2. How do you create an immutable class in Java?
A Java Developer Intern was asked Q3. What are the differences between HashMap and LinkedHashMap?
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

