Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the methods used for inter-thread communication?
and in what class these methods are defined?

Answer Posted / ranganathkini

The methods used for inter-thread communication are:

1. wait() - causes thread to wait until another thread calls
the notify() or notifyAll() methods.
2. notify() - wakes up any thread waiting on this object
notifyAll() - wakes up all threads waiting on this object

These methods are a part of the java.lang.Object class.

Is This Answer Correct ?    17 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why a client should be multithreading? Explain.

1133


Name the eight primitive java types.

1199


What are transaction attributes?

1161


What restrictions are placed on the values of each case of a switch statement?

1061


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

1587


What happens when a thread cannot acquire a lock on an object?

1088


What is the difference between the string and stringbuffer classes?

1162


What are the sequence of steps to write pub or sub model kind of application?

2557


How are the elements of a borderlayout organized?

1170


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

1128


Which containers use a border layout as their default layout?

1200


Which javutil classes and interfaces support event handling?

1103


What is the purpose of the wait() method?

1286


Can I have an action without a form?

1163


Explain the different types of memory used by jvm?

1197