1.

How do threads communicate with each other?

Answer»

Threads can COMMUNICATE USING three METHODS i.e., wait(), notify(), and NOTIFYALL().



Discussion

No Comment Found