What Is True About Private Constructor #191
What is true about private constructor?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Classes Methods - Java Constructors - Quiz No.1.
What is true about private constructor?
Private constructor ensures only one instance of a class exist at any point of time
Private constructor ensures multiple instances of a class exist at any point of time
Private constructor eases the instantiation of a class
Private constructor allows creating objects in other classes