Microsoft
98-372 · Question #237
You need to suspend the current thread until all Finalize() methods have been processed. Which garbage collection method should you use?
The correct answer is D. Collect. See the full explanation below for the reasoning.
Question
You need to suspend the current thread until all Finalize() methods have been processed. Which garbage collection method should you use?
Options
- ADispose
- BWaitforPendingFinalizers
- CSuppressFinalize
- DCollect
How the community answered
(21 responses)- A5% (1)
- B10% (2)
- C5% (1)
- D81% (17)
Community Discussion
No community discussion yet for this question.