ASP.NET
Programming and Technical
. What is garbage collection?
Read Solution (Total 2)
-
- The .Net Framework provides a new mechanism for releasing unreferenced objects from the memory ,this process is called Garbage Collection
- 10 years agoHelpfull: Yes(2) No(0)
- the objects which are not in use and unnecessary acquiring the space in memory are removed and the space is made free for furthur use, this is garbage collection where garbage is the unused objects
- 10 years agoHelpfull: Yes(1) No(0)
ASP.NET Other Question