Quote Originally Posted by Wondergirl View Post
Hi here ,

I have little knowledge on how to Avoid Deadlock in java,
You have figured out that the real reason for deadlock is not multiple threads And
If you Provide an ordered ,then the problem will be resolved .
Here are some you could use



  • Non Overlapping Locks
  • Lock Ordering
  • Lock Timeout
  • Single Thread