What Is True About Constructor #195
What is true 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 true about constructor?
It can contain return type
It can take any number of parameters
It can have any non access modifiers
Constructor cannot throw an exception