Java Multi-Threading Question:
Name the methods used for Inter Thread communication?
Answer:
wait(),
notify() &
notifyall()
notify() &
notifyall()
Previous Question | Next 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? |