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