What’s a deadlock ?
3 years ago
OOP Java
A condition that occurs when two processes are waiting for each other to complete, before proceeding. The result is that both processes wait endlessly.

Surya Bikram Bhandari
Oct 31, 2021