What Should Not Be Done To Avoid Deadlock #910
What should not be done to avoid deadlock?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Multithreading - Java Multithreading - Quiz No.1.
What should not be done to avoid deadlock?
Avoid using multiple threads
Avoid hold several locks at once
Execute foreign code while holding a lock
Use interruptible locks