Which Of The Following Statements Are Incorrect #189
Which of the following statements are incorrect?
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 - Constructor & Garbage Collection in Java - Quiz No.1.
Which of the following statements are incorrect?
default constructor is called at the time of object declaration
constructor can be parameterized
finalize() method is called when a object goes out of scope and is no longer needed
finalize() method must be declared protected