Tuesday, 19 April 2011

Which thread related methods are available in Object class?

The methods are:
  • public final void wait() throws Interrupted exception
  • public final void notify()
  • public final void notifyAll()

No comments:

Post a Comment