Vidyalelo
Java Programming · Q111

Constructors and Methods

Programming · Java Programming · question 111

Q111

Which of the following statements are incorrect?

A.
default constructor is called at the time of object declaration
B.
constructor can be parameterized
C.
finalize() method is called when a object goes out of scope and is no longer needed
Answer
D.
finalize() method must be declared protected

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board