'Garbage collection automatically reclaims memory occupied by unreachable unused objects.' – This statement is true or false in C#?

15. "Garbage collection automatically reclaims memory occupied by unreachable unused objects." – This statement is true or false in C#?

  1. True
  2. False

Answer: A) True

Explanation:

In C#, this following statement is true.

"Garbage collection automatically reclaims memory occupied by unreachable unused objects."

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.