In this tutorial we will cover following topics
Implementation of Singleton design pattern.
Why Singleton class is a static class.
Multi-threading safety in Singleton.
Lazy loading and Eager loading.
Difference b/w...
Singleton Design pattern

Today Thought