Vidyalelo
C# Programming · Q25

Multithreading in C Sharp

Programming · C# Programming · question 25

Q25

What is a critical section in multithreading?

A.
A section of code that is executed by multiple threads simultaneously
B.
A section of code that is executed by multiple threads in parallel
C.
A section of code that is executed only when a certain condition is met by multiple threads
D.
A section of code that must be executed by only one thread at a time
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board