InterviewSolution
Saved Bookmarks
| 1. |
How Can A Lock Object Be Called In The Transaction? |
|
Answer» By calling ENQUEUE<LOCK OBJECT> and Dequeue<lock object> in the transaction. By calling Enqueue<lock object> and Dequeue<lock object> in the transaction. |
|