MY mENU


Thursday 15 March 2012

What methods java providing for Thread communications ?

Java provides three methods that threads can use to communicate with each other: wait, notify, and notifyAll. These methods are defined for all Objects (not just Threads). The idea is that a method called by a thread may need to wait for some condition to be satisfied by another thread; in that case, it can call the wait method, which causes its thread to wait until another thread calls notify or notifyAll. 

1 comment:

Anonymous said...

Lovely work! I'm definitely going to visit the blog frequently.
2000 Mazda Miata AC Compressor

Post a Comment