Interview Questions

What’s Singleton activation mode?

.NET Interview Questions and Answers


(Continued from previous question...)

53. What’s Singleton activation mode?

A single object is instantiated regardless of the number of clients accessing it. Lifetime of this object is determined by lifetime lease.

(Continued on next question...)

Other Interview Questions