Programming Concepts

Identify the correct concept described as: an automatic memory management process that reclaims memory occupied by objects no longer in use.

Correct answer

A. Garbage collection

Explanation

Garbage collection refers to an automatic memory management process that reclaims memory occupied by objects no longer in use.