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 are the requirements to enable remote components to interact each other?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What is unmanaged code?
What does manifest consists?
What is the difference between remoting and webservice?
Name the distributed systems available apart from .net remoting?
Explain when we use web service and when we use remoting?
How can we call methods in remoting asynchronously?
Define singlecall activation mode in .net remoting?
Define the lease of the object?
What are the ways to renew lifetime leases of objects?
Explain how to directly call a native function exported from a dll?
What are the difference between static assemblies and dynamic assemblies?
Explain Singleton design pattern of Remoting?
What is the proxy of the server object in .net remoting?