1.

Deadlock is a situation when thread is waiting for other thread to release acquired object.(a) True(b) FalseThis question was posed to me during an online interview.I'd like to ask this question from Multithreading in chapter Multithreading of Java

Answer»

The correct option is (a) True

Easiest EXPLANATION: Deadlock is JAVA PROGRAMMING situation where one thread waits for an OBJECT lock that is acquired by other thread and vice-versa.



Discussion

No Comment Found

Related InterviewSolutions