At what point does the garbage collector typically activate?
Explanation
The garbage collector runs when the application is running low on memory to free up unused resources. It does not run randomly or based on elapsed time such as 15 minutes.
The garbage collector runs when the application is running low on memory to free up unused resources. It does not run randomly or based on elapsed time such as 15 minutes.