thread synchronization is required because: group of answer choices all threads of a process can share the same files all threads of a process share the same address space all of the mentioned all threads of a process share the same global variables

Respuesta :

The Right option is All of the mentioned.

What is the Thread synchronization?

Synchronization is the method by which this is accomplished when two or more threads need to access the same shared resource. Synchronization is the mechanism by which this is achieved when two or more threads need to access the same shared resource.

What makes thread synchronization necessary?

When two or more threads are running simultaneously and sharing important resources, then to prevent crucial resource consumption disputes, threads should be synchronized. Otherwise, conflicts could occur if many parallel-running threads try to change the same variable at the same time.

To know more about Thread synchronization,  refer to-

https://brainly.com/question/27853487

#SPJ4

Otras preguntas

ACCESS MORE