1.

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
D. finalize() method must be declared protected
Answer» D. finalize() method must be declared protected


Discussion

No Comment Found