Showing posts with label design Pattern. Show all posts
Showing posts with label design Pattern. Show all posts

Singleton Design pattern

Singleton Design pattern
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...