Ruby on Rails Developer Question:
Download Questions PDF

Do you know the role of garbage collection in Ruby on Rails?

Answer:

Garbage collection frees up memory for other processes by removing pointer programs and inaccessible objects left behind after a program has executed. This frees the programmer from having to track objects created dynamically during runtime.

Download Ruby on Rails Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how does Rails implement AJAX?What is Rails Migrations?