a.daniel


{ City } chennai
< Country > india
* Profession * b.e.
User No # 83990
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 18
Users Marked my Answers as Wrong # 0
Questions / { a.daniel }
Questions Answers Category Views Company eMail




Answers / { a.daniel }

Question { HCL, 7535 }

How can two threads be made to communicate with each other?


Answer

Two threads can communicate with each other using
the wait() and notify() , notifyAl() methods. wait()
method tells the thread to wait until another threads
calls notify() method

Is This Answer Correct ?    18 Yes 0 No