"Hi, Amigo!"

8
Task
Java Multithreading,  level 7lesson 4
Locked
Causing deadlock
Arrange modifiers so that this code causes deadlock. The main method causes deadlock, so it isn't tested.
8
Task
Java Multithreading,  level 7lesson 4
Locked
Modifiers and deadlock
Arrange modifiers so that this code causes deadlock. The main method causes deadlock, so it isn't tested.
8
Task
Java Multithreading,  level 7lesson 4
Locked
Another kind of deadlock
In the secondMethod method, arrange the synchronized blocks so that threads create deadlock when using the Solution class.