Back to quizzes
Memory Management Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What is the primary function of Python's garbage collector?
A
To reclaim memory from objects that are no longer in use.
B
To allocate memory for new objects.
C
To optimize the execution speed of code.
D
To manage file input and output.