Mohan's JavaBook
Java Interview Questions
ContactUs :
Please send your Questions & Answers or Feedback to "mohan@javabook.org"
Interthread communication
--is achieved thru wait(),notify() and notifyAll() which are declared in the Object class.
--all these methods are final.
--all these methods should be called from synchronized context.
Newer Post
Older Post
Home