G

Geek's Geek Explains

A place which may help you understand the already-known
technical concepts even better and at the same time it may
introduce you to new concepts and their effective
implementation techniques.

  • Rated2.8/ 5
  • Updated 16 Years Ago

Why wait(),notify() and notifyAll() in the Object class?

Updated 16 Years Ago
By Geek

Why wait() , notify() and notifyAll() methods have been defined in the Object class? Java concurrency model uses locks to implement m...
Read More
...