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 the garbage collection feature of ruby?



Explain the garbage collection feature of ruby?..

Answer / 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

More Ruby Interview Questions

What are the three levels of method access control for classes and what do they signify? What do they imply about the method?

1 Answers  


How to write multiline string in Ruby?

1 Answers  


Tell me how you can create a controller for subject?

1 Answers  


Describe class libraries in Ruby?

1 Answers  


Explain for loop in Ruby?

1 Answers  


How to check whether a directory exist or not in Ruby?

1 Answers  


Explain Ruby hashes?

1 Answers  


As you know ruby provides four types of variables. List them and provide a brief explanation for each?

1 Answers  


What are the different environment variables present in the ruby?

1 Answers  


Explain the difference in scope for these two variables: @@name and @name?

1 Answers  


How can you removed from array in ruby?

1 Answers  


What is the pattern matching operator in ruby?

1 Answers  


Categories