Java Multi-Threading Question:

Name the methods used for Inter Thread communication?

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

Answer:

wait(),
notify() &
notifyall()


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?