✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
In a distributed database server, two threads T₁ and T₂ run on the same node and both need to lock two resources R₁ and R₂ before updating data.
T₁ acquires R₁, then requests R₂
T₂ acquires R₂, then requests R₁
If both threads execute concurrently, which of the following statements is TRUE?