nerdexam
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)
  • A
    76% (41)
  • B
    15% (8)
  • C
    6% (3)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice