DotNet Interview Question 30 of 100:
What is a deadlock in dotNet?
Answer: A deadlock is a situation where two or more threads are blocked forever, waiting for each other. This usually happens when the resources needed by the threads are being held by each other.