29 September 2009 Comments Off

I came across a different way of creating Singleton instances, and now I think that should be the way.Normally, I used to create singletons using a private constructor, and a getInstance method that