Computer Programming MCQs Java concepts and its programming
Q Which method of java is invoked by JVM to reclaim the inaccessible memory location ?
  • A A. Reclaim() method
  • B B. Finalize() method
  • C C. Final() method
  • D D. Both b and c
Leave a Comment