What are all the methods used for Inter Thread communication and what is the class in which these methods are defined?

A) wait(),Object class
B) notify(),Object class
C) notifyall(),Object class
D) wait(), Thread class

Showing Answers 1 - 1 of 1 Answers

Ravi Kumar

  • Aug 7th, 2006
 

A, B, C. These options are answers. They belong to Object Class.

Wait(), Notify and NotifyAll() are used for inter thread communication.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions