How can recover the memory

Showing Answers 1 - 3 of 3 Answers

Nitin Havaldar

  • Dec 23rd, 2012
 

in oops memory is released through garbage collection. it will check which objects are not reachable by any part of the code then it will release that object and optimize the memory location for newly created objects.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions