1.

Which class contain runFinalization() method?(a) Finalize(b) System(c) Final(d) SystemFinal

Answer» Correct answer is (b) System

The explanation: The runFinalization() Function is defined in the System class. The function is used to finalize an object which undergo destruction. The action is required to terminate the object properly.


Discussion

No Comment Found

Related InterviewSolutions