Skip to content

Inter thread communication

Pranav V R edited this page Jun 23, 2024 · 1 revision

Inter-thread communication or Co-operation is all about allowing synchronized threads to communicate with each other.

Inter-thread communication is possible by using following methods

  • wait()
  • notify()
  • notifyAll()

Clone this wiki locally