Vidyalelo
C# Programming · Q33

Multithreading in C Sharp

Programming · C# Programming · question 33

Q33

What does the term "context switching" refer to in multithreading?

A.
The process of joining multiple threads
B.
The process of terminating a thread
C.
The process of creating a new thread
D.
The process of saving and restoring the state of a thread so that it can be executed later
Answer

Answer: Option D

Solution

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