What Are We Only Create An Object But Dont Call Any Constructor #163
What are we only create an object but don’t call any constructor for it in java?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Constructors and Destructors - OOPs MCQ: Overloading Constructors - Quiz No.2.
What are we only create an object but don’t call any constructor for it in java?
Implicit constructor will be called
Object is initialized to some null values
Object is not created
Object is created but points to null