nerdexam
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)
  • A
    81% (17)
  • B
    10% (2)
  • C
    5% (1)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice