GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java

 Print  |  
Question:  Inter Thread Communication

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


December 12, 2008 14:23:54 #3
 sreedhar dantam   Member Since: December 2008    Total Comments: 2 

RE: Inter Thread Communication
 
Inter thread communication is done using wait and notify (or notify all). These methods are defined in 'Object' class.
     

 

Back To Question