Software Developer

Singleton Doubts class

1.Why to use sealed class in Singleton when private constructor could prevent inheritance? 2. Multi thread application in Singleton? 3. Lock in Singleton 4.Lazy and Eager loading in Singleton 5.Exception handling in Singleton