Whatisthepurposeofthewait(),notify(),andnotifyAll()methods?

Answer

The wait(),notify(), and notifyAll() methods are used to provide an efficient way for threadsto wait for a shared resource. When a thread executes an object's wait() method, it entersthe waiting state. It only enters the ready state after another thread invokes the object'snotify() or notifyAll() methods.

All Java Questions

Ask your interview questions on java

Write Your comment or Questions if you want the answers on java from java Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---