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?


May 05, 2009 02:35:16 #4
 Radhakrishna P   Member Since: May 2009    Total Comments: 2 

RE: Inter Thread Communication
 
When Threads are executing on shared resources inorder to establish the communication among them the Object class providing some native methods like wait(), notify(), notifyAll().
     

 

Back To Question