1.

What do you mean by inter-thread communication?

Answer»

Inter-thread communication, as the name suggests, is a process or mechanism using which multiple threads can communicate with each other. It is especially USED to AVOID thread polling in JAVA and can be obtained using wait(), notify(), and NOTIFYALL() methods. 



Discussion

No Comment Found