GIAC
GSSP-NET · Question #250
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You are creating an application using .NET Framework 2.0. The…
The correct answer is A. Join. GIAC GSSP-.NET Exam
Secure Coding Principles and Methodologies
Question
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You are creating an application using .NET Framework 2.0. The application has multiple threads that execute one after another. You want to ensure that the application terminates only when all the threads complete their tasks. Which of the following methods will you use to accomplish the task?
Options
- AJoin
- BAbort
- CSleep
- DSuspend
How the community answered
(29 responses)- A72% (21)
- B17% (5)
- C7% (2)
- D3% (1)
Explanation
GIAC GSSP-.NET Exam
Topics
#Thread.Join#thread synchronization#application termination#multithreading
Community Discussion
No community discussion yet for this question.