Java Multi-Threading Question:

Download Job Interview Questions and Answers PDF

Name the methods used for Inter Thread communication?

Java Multi-Threading Interview Question
Java Multi-Threading Interview Question

Answer:

wait(),
notify() &
notifyall()

Download Java Multi-Threading Interview Questions And Answers PDF

Previous QuestionNext Question
Write the signature of the constructor of a thread class?Name the mechanism defined by java for the Resources to be used by only one Thread at a time?