Business Studies, asked by Srijith1193, 1 year ago

Explain thread Synchronization in detail.

Answers

Answered by Janmejayrajput
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