Answer Posted / Vasco Dwivedi
"Garbage collection is an automatic memory management technique employed by Ruby. It frees the programmer from the task of manually managing and deallocating memory allocated to objects. When an object becomes unreachable (i.e., no longer used or referenced), garbage collection automatically reclaims its memory."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers