Interview Questions

How threads communicate between each other?

Java Interview Questions and Answers (part 4)


(Continued from previous question...)

14. How threads communicate between each other?

This is very must know question for all the interviewees, you will most probably face this question in almost every time you go for interview.
Threads can communicate with each other by using wait(), notify() and notifyAll() methods.

(Continued on next question...)

Other Interview Questions