Q104
What should not be done to avoid deadlock?
A.
Avoid using multiple threads
B.
Avoid hold several locks at once
C.
Execute foreign code while holding a lock
AnswerD.
Use interruptible locks
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board