Explain thread Synchronization in detail.
Answers
Answered by
0
Answer:
Explanation:
Synchronization. At times when more than one thread try to access a shared resource, we need to ensure that resource will be used by only one thread at a time. The process by which this is achieved is called synchronization. The synchronization keyword in java creates a block of code referred to as critical section
Similar questions