GIAC
GSSP-.NET · Question #385
(Topic 3) You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET as its application development platform. You create a Windows service application using the .NET Framework…
The correct answer is A. Use the Mutex class. See the full explanation below for the reasoning.
Question
- (Topic 3)
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET as its application development platform. You create a Windows service application using the .NET Framework. You are required to synchronize execution of some resources across multiple processes. What will you do to accomplish this task?
Options
- AUse the Mutex class.
- BUse the Monitor class.
- CUse the ThreadPool class.
- DUse the Interlocked class.
How the community answered
(40 responses)- A73% (29)
- B8% (3)
- C3% (1)
- D18% (7)
Community Discussion
No community discussion yet for this question.