Total members 11890 |It is currently Thu Apr 18, 2024 7:13 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





What is the purpose of the wait(), notify(), and notifyAll() methods?




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

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

_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time
Post new topic Reply to topic  [ 2 posts ] 

  Related Posts  to : purpose of the wait(), notify(), and notifyAll() methods
 Change cursor to wait     -  
 purpose of finalization     -  
 purpose of the Runtime class     -  
 Which methods is best for SEO?     -  
 What Are Constructor Methods?     -  
 JSP Passing Arrays to Methods     -  
 methods in ActionListener interface     -  
 Static Methods and Variables     -  
 Calling Overloaded Methods     -  
 how to run inidividual test methods in junit4     -  



Topic Tags

Java Threads
cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com