Multiple choice

Which of the following is particular kind of unintentional memory consumption by a computer program where the program fails to release memory when no longer needed?

  1. Memory leak

  2. Reference counting

  3. Garbage collection

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Memory leak is particular kind of unintentional memory consumption by a computer program where the program fails to release memory when no longer needed