Java Concurrency — Inter-Thread Communication (Wait/Notify)
"wait() and notify() are the heartbeat of the Java monitor — the mechanism by which threads cooperate instead of just competing."
This article covers how threads communicate with each other: wait()/n
sachinhandiekar.com9 min read