Ruby on Rails Developer Question:

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

Ruby on Rails Developer Interview Question
Ruby on Rails Developer Interview Question

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.


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