Define deadlock.
A process requests resources; if the resources are not available at that time, the method enters a wait state. Waiting processes might never again change state, because the resources they have requested are held by other waiting processes. This situation is known as a deadlock.