Answer & ExplanationOption: [C]
finalize is a method and all other three are keywords. finalize() method is defined in java.lang.Object class. finalize() method is called to perform specific actions before Garbage collector reclaim the object.
Article and Schedule Quiz | Start Test! |