What is the Singleton activation mode?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Singleton activation mode?
Rating:
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.
Rating:
Was this information helpful?
Other articles
- What is the BinaryFormatter class?
- What is fragment caching?
- What is the fault element of a SOAP message?
- What is Web service discovery?
- What is the File Types Editor?