Saturday, May 09, 2009

Singletons, Multithreading and Class Loaders

This is a pretty good article talking about use of Singletons and the implications of multi-threaded programming, distributed technologies and different class loaders.

Singleton Java