Computer Science, asked by LuieCarter, 4 months ago

____________ ensures that when two different people does the work and update parallelly, one should not over write the other

Select one:
Baseline
Check-out
Check-in
Synchronization control

Answers

Answered by devadeepa
11

Answer:

synchronization control

Answered by aroranishant799
0

Answer:

Synchronization Control ensures that when two different people does the work and update parallelly, one should not over write the other

Explanation:

  • Synchronization Control ensures that two parallel modifications made by two distinct people do not overwrite each other.
  • The Synchronization control technique allows two distinct people to make parallel modifications without overwriting each other's work.
  • To synchronise means to plan or time activities such that they all occur at the same moment.
  • We need to synchronise shared resources such that only one thread can access them at a time. When many threads share an Object, synchronisation is required to prevent the Object's state from becoming corrupted. When an object is mutable, synchronisation is required.

#SPJ3

Similar questions