| |
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 | |