ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

Why wait(), notify(), notifyAll() ?

wait(), notify(), notifyAll() are required for any java class because if we are not creating any Thread still jvm will create a thread for main(). Means to stop and start  a thread the logic is required for all the classes so these methods are there in the Object class.
Related Posts Plugin for WordPress, Blogger...
Flag Counter