GIAC
GSSP-.NET · Question #346
(Topic 3) You work as a Software Developer for WebTech Inc. You create a Web service named Utils. You want a new object of Utils to be created whenever a customer makes a call to the service. Which…
The correct answer is A. Create Utils as a SingleCall object. See the full explanation below for the reasoning.
Question
- (Topic 3)
You work as a Software Developer for WebTech Inc. You create a Web service named Utils. You want a new object of Utils to be created whenever a customer makes a call to the service. Which of the following will accomplish this task?
Options
- ACreate Utils as a SingleCall object.
- BCreate Utils as a Singleton object.
- CCreate Utils as a Marshal By Value object.
- DCreate Utils as a Marshal By Reference object.
How the community answered
(54 responses)- A76% (41)
- B15% (8)
- C6% (3)
- D4% (2)
Community Discussion
No community discussion yet for this question.