nerdexam
GIAC

GSSP-NET · Question #185

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You create a remoting application that provides stock information to…

The correct answer is B. Configure the server class as a Singleton Activated Object (SAO) and check for duplicate. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You create a remoting application that provides stock information to customers using .NET Framework. The server component raises an event on the client computer when certain conditions are met. You must ensure that the server raises exactly one event for each client application that is registered for the event. What will you do to accomplish this task?

Options

  • AConfigure the server class as a SingleCall Activated Object (SAO) and check for duplicate
  • BConfigure the server class as a Singleton Activated Object (SAO) and check for duplicate
  • CConfigure the server class as a Client Activated Object (CAO) and override the
  • DConfigure the server class as a Client Activated Object (CAO) and check for duplicate

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    72% (18)
  • C
    8% (2)
  • D
    16% (4)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice