/Singleton_Design_Pattern

Singleton Design Pattern

Primary LanguageJava

Singleton_Design_Pattern

this class must ensure that only a single instance should be created

This pattern belongs to the creational patterns

This example shows the lazy instantiation of a singleton pattern