7.13.3.How can you ensure that multithreaded code does not deadlock?
A. Change the priorities of your threads.
B. Make sure all threads yield from time to time.
C. Mark Synchronize for methods
D. Synchronize access to all shared variables.
E None of above