A)
->whenever multiple threads are trying to act upon a shared resource, there is a chance of data in consistency to prevent such data inconsistency synchronized is used.
->to make multithread application thread safe, we implement synchronization.
->the mechanism of allowing only one thread at a time whenever multiple threads are trying to act upon shared resources is known as synchronization.
Comments
Post a Comment