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

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Ruby on Rails Developer Job Interview Questions And Answers