Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain about garbage collection feature of ruby?



Explain about garbage collection feature of ruby?..

Answer / Sandeep Kumar Sharma

Ruby uses a mark-and-sweep garbage collector to manage memory. The collector automatically frees the memory occupied by objects that are no longer in use (i.e., garbage). This helps prevent memory leaks and ensures efficient memory management.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

What is rvm?

1 Answers  


Difference between nil and false in ruby?

1 Answers  


In how many ways items can be removed from array in Ruby?

1 Answers  


Which ruby interpreter option enables debugging?

1 Answers  


Explain about operators in Ruby?

1 Answers  


mention what is the difference between a single quote and double quote?

1 Answers  


What are freezing string in Ruby?

1 Answers  


How to read a file in Ruby?

1 Answers  


Tell me can you call a private method outside a ruby class using its object?

1 Answers  


Tell me what is the difference between calling super() and super call?

1 Answers  


Explain the role of thread pooling in relation to the thread lifecycle in ruby?

1 Answers  


Explain Ruby if-else statement?

1 Answers  


Categories