57Software EngineeringMediumWhich method of java is invoked by JVM to reclaim the inaccessible memory location?Areclaim() methodBboth b and cCfinal() methodDfinalize() method Correct answerD. finalize() method ExplanationThe correct answer is finalize() method.