GIAC
GSSP-NET · Question #343
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…
The correct answer is A. Create Utils as a SingleCall object. See the full explanation below for the reasoning.
Question
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
(21 responses)- A81% (17)
- B10% (2)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.