-
Notifications
You must be signed in to change notification settings - Fork 0
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()
- Java Concepts
- Multithreading
- Java 8 Features