What Is False About Constructor #193
What is false about 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 false about constructor?
Constructors cannot be synchronized in Java
Java does not provide default copy constructor
Constructor can have a return type
“this” and “super” can be used in a constructor