Difference between singleton vs static?
Sudheer Kumar
Singleton class--- only one time we need to create the object and access throughout globally static class---not possible to create the object