By screener
via javarevisited.blogspot.in
Published: Jan 01 2013 / 11:29
Writing code for thread-safe Singleton is common question in many Java Interviews. From Application development point of view, Singleton design pattern is one of the useful and most popular pattern. Prior to Java 5 Singleton has thread-safety issue during creation. This article explores few ways to write thread-safe singleton in Java.
Add your comment