Question 1
In python, what happens to the memory occupied by the objects that are garbage collected.
Question 2
What is the primary purpose of garbage collection in python?
Question 3
How dose python's garbage collector determine if an object is eligible for garbage collection?
Question 4
What is garbage collection in python?
Question 5
Which statement about cyclic references and garbage collection in python is true?
Question 6
Which module in python provides the garbage collection functionality?
Question 7
How can you explicitly invoke the garbage collector in python?
Question 8
Can the garbage collection mechanism in python be disabled?
Question 9
When does python's garbage collection usually occur?
Question 10
What objects are eligible for garbage collection in python?