Tuesday, 19 April 2011

List the methods which when called the thread does not release the locks held?

Following are the methods.
  • notify()
  • join()
  • sleep()
  • yield()

No comments:

Post a Comment