Singleton Pattern Round Up: All about singleton pattern

Here is summary of what I have written so far on singleton patterns. The examples taken here are mostly from Java. Singleton Pattern #1: Basics, Definition, Usage Gives a basic idea of singleton pattern is all about. Singleton Pattern #2: Lazy vs Eager Instantiation for a Singleton Class The difference between two types of instantiations, … Continue reading Singleton Pattern Round Up: All about singleton pattern