GIAC
GSSP-.NET · Question #182
(Topic 2) You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You create a Windows Forms application by using the .NET…
The correct answer is A. Call the Join method of the Thread class. See the full explanation below for the reasoning.
Question
- (Topic 2)
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You create a Windows Forms application by using the .NET Framework. The application executes a background thread. You are required to create the thread to exit, but you must also inform the main thread when the background thread has finished. What will you do to accomplish this?
Options
- ACall the Join method of the Thread class.
- BCall the Sleep method of the Thread class.
- CCall the Abort method of the Thread class.
- DCall the Interrupt method of the Thread class.
How the community answered
(26 responses)- A85% (22)
- B8% (2)
- C4% (1)
- D4% (1)
Community Discussion
No community discussion yet for this question.