There are a few common deadlock prevention techniques which you can use. In this video I explain 3 of these deadlock prevention methods, and show the Java code examples for 2 of them.
Chapters:
0:00 Deadlock prevention introduction
0:36 Lock reordering deadlock prevention
3:49 Timeout backoff deadlock prevention
12:19 Deadlock detection
Deadlock Prevention - text:
http://tutorials.jenkov.com/java-conc...
Deadlock Prevention - code:
https://github.com/jjenkov/java-examples
Deadlock in Java - video:
• Deadlock in Java
Java Concurrency - text / video playlist:
http://tutorials.jenkov.com/java-conc...
• Java Concurrency and Multithreading