GIAC
GSSP-NET · Question #308
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 A. Configure the server class as a Singleton Activated Object (SAO) and check for duplicate client. 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? GIAC GSSP-.NET Exam
Options
- AConfigure the server class as a Singleton Activated Object (SAO) and check for duplicate client
- BConfigure the server class as a Client Activated Object (CAO) and override the CreateObjRef
- CConfigure the server class as a SingleCall Activated Object (SAO) and check for duplicate client
- DConfigure the server class as a Client Activated Object (CAO) and check for duplicate client
How the community answered
(24 responses)- A79% (19)
- B4% (1)
- C13% (3)
- D4% (1)
Community Discussion
No community discussion yet for this question.