Q. When might your program wish to run the garbage collecter? (Solved)
1. Before it enters a compute-intense section of code
2. Before it enters a memory-intense section of code
3. When it knows there will be some idle time
4. All of above
- d. All of above