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

Tell us what is the difference between dynamic and static scaffolding?

1 Answers  


what is the difference between a gem and a plugin in Ruby?

1 Answers  


Explain the three levels of access control for ruby methods?

1 Answers  


How would you freeze an object in ruby?

1 Answers  


Explain Ruby module?

1 Answers  


what is the role of sub-directory app/controllers and app/helpers?

1 Answers  


Explain ruby strings.

1 Answers  


Explain class libraries in ruby.

1 Answers  


Explain me what is the difference between symbol and string?

1 Answers  


How would you create getter and setter methods in ruby?

1 Answers  


Can method names be capitalized?

1 Answers  


How can you removed from array in ruby?

1 Answers  


Categories