Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   General Interview question (http://siteownersforums.com/showthread.php?t=118037)

sansoni1 11-01-2013 03:11 AM

General Interview question
 
What is Garbage Collector ?

Saividvesh 01-06-2014 09:35 AM

It collects unused memory or memory that is linked to any other reference.

Luca tall 01-23-2014 01:01 AM

Garbage collection is nothing but automatic memory management. It will manage the allocation and release of memory for your application.

gecebasliyor 02-23-2014 04:17 PM

It destroys unused objects for memory management. If an object has many references and dependences it gets harder to destroy it and release memory so you should keep memory management in mind while coding.

claricedesuza 06-17-2014 05:28 AM

seo company in mumbai youtube
 
Quote:

Originally Posted by gecebasliyor (Post 373663)
It destroys unused objects for memory management. If an object has many references and dependences it gets harder to destroy it and release memory so you should keep memory management in mind while coding.

I agree with you, It is type of dynamic memory allocation , so that processes should get fast.


All times are GMT -7. The time now is 06:25 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.