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
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