At what point does the garbage collector typically activate?

Choose the correct answer

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.

At what point does the garbage collector typically a… — ASP.net | PakQuizHub