Sunday, 24 April 2016

Which thread related methods are available in Object class ?


Thread related methods available in Object class : 
  • public final void wait() throws InterruptedException
  • public final void notify()
  • public final void notifyAll()


No comments:

Post a Comment

Note: only a member of this blog may post a comment.