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
Define delegates and events?
How can you configure a .net remoting object via xml file?
What are the security measures exist for .net remoting in system.runtime.remoting?
Explain how to perform remoting?
What are the types of remotable objects?
What does manifest consists?
When do we use delegates in your remoting applications?
What are different types of assemblies?
What are the channels in .net remoting?
Name the distributed systems available apart from .net remoting?
what is Client-activated object in remoting?
Is it a good design practice to distribute the implementation to remoting client?
How to directly call a native function exported from a dll?
What is unboxing?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?