Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Garbage Collection

GARBAGE COLLECTION

 
Garbage collection is the automatic process of making space in a computer’s memory by removing data that is not in use.
 

References:

  1. Sebesta,”Concept of programming Language”, Pearson Edu
  2. Louden, “Programming Languages: Principles & Practices” , Cengage Learning
  3. Tucker, “Programming Languages: Principles and paradigms “, Tata McGraw –Hill.
  4. E Horowitz, “Programming Languages”, 2nd Edition, Addison Wesley

Leave a Comment