What is singleton class and how can we make a class singleton?
Ask by Hemant Patel
Updated 03 Sep 2020
A class which possess the ability of creating a single instance in a moment in JVM accompanied by the fact that using a Private Constructor would also convert the class to a Singleton Class.