Singleton in Java
Singleton is design core java design pattern which allows a single instance of an object per application.
why do we need singleton?
To read the properties and make available for entire application
To share same information along diff threads or part...
nageshbhosle.hashnode.dev1 min read