Java Multi-Threading Question:

Name the mechanism defined by java for the Resources to be used by only one Thread at a time?

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

Answer:

Synchronisation


Previous QuestionNext Question
Name the methods used for Inter Thread communication?What is the sleep() method Data type for the parameter?