Multiple choice

Which of the following memory operations is a form of automatic memory management where each object has a count of the number of references to it?

  1. Memory leak

  2. JVM

  3. Reference counting

  4. Cache memory

  5. Cache Hit

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

This memory operation is a form of automatic memory management where each object has a count of the number of references to it.