Answer Posted / rashmi tiwari
In the Singleton activation mode, an object is instantiated
to response any number of client requests. It also
maintains the state information during the method calls.
Hence, such objects are sometimes referred to as stateful
objects, and all their clients globally share the state
maintained by the Singleton activation mode. The object is
required for a long period for maintaining its state
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is objref object in remoting?
what is Client-activated object in remoting?
Is it a good design practice to distribute the implementation to remoting client?
Define singleton activation mode in .net remoting?
Explain threading types?
Explain the hierarchial description of remoting?
what are the requirements to enable remote components to interact each other?
What are the security measures exist for .net remoting in system.runtime.remoting?
What are the different types of channels used by .net remoting?
Define delegates and events?
Can you pass SOAP messages through remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Explain the differences between marshal by value and marshal by reference?
What are the ways to configure remoting objects before client can use them?
Elaborate the term WebService and how it differ from Remoting?