Home » JAVA Programming » Multithreading » Question
  1. Deadlock is a situation when thread is waiting for other thread to release acquired object.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

Deadlock is java programming situation where one thread waits for an object lock that is acquired by other thread and vice-versa.



Your comments will be displayed only after manual approval.