What is memory leakage?

Showing Answers 1 - 6 of 6 Answers

Parish

  • Oct 10th, 2007
 

When an application even after being terminated (ended/closed after use), if consumes system memory is memory leakage caused by the application.

  Was this answer useful?  Yes

kavitha

  • Nov 21st, 2007
 

While creating an object we would allocate some memory or space for that object. when we are done with that object and its not in use anymore but we forgot to free the memory allocated to it, then we can say it as memory leakage.

  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