Moderate

When does Garbage collector run ?

Correct answer: C. When application is running low of memory

  • A. It runs random
  • B. When application is running for more than 15 minutes
  • C. When application is running low of memory
  • D. None of these

Explanation

The .NET garbage collector runs according to runtime memory and allocation heuristics, commonly when the managed heap needs more memory, rather than after a fixed time. Thus low available memory is the relevant option, although the exact trigger is not simply a timer.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions