Singleton Pattern
-
Core Java
Java Patterns, Singleton: Cons & Pros
Singleton, a creational design pattern introduced by the Gang of Four in 1994, faces criticism for its frequent misuse due…
Read More » -
Core Java
The Perfect Singleton
From time to time I met Java programmers that are not really sure how they should implement Singleton pattern properly.…
Read More » -
Core Java
The dreaded double checked locking idiom in Java
The issue discussed in this article is not new, but still tricky even for seasoned developers. The singleton pattern is a…
Read More »