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 the proxy of the server object in .net remoting?
How can you configure a .net remoting object via xml file?
What are the difference between static assemblies and dynamic assemblies?
What is unmanaged code?
Will clr handle unmanaged code or not?
When should we choose .net remoting over .net web services?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
define client activated objects (cao)?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Define singleton activation mode in .net remoting?
Explain serialization formatters in .net remoting
What does manifest consists?
Explain how to perform remoting?
Define remotable objects in .net remoting?
What are dynamic assemblies?