Ruby Programming Language Question:

Download Job Interview Questions and Answers PDF

Explain about garbage collection feature of ruby?

Ruby Interview Question
Ruby Interview Question

Answer:

Ruby is an object oriented language and every object oriented language tends to allocate many objects during execution of the program. Ruby deletes unallocated and unused objects automatically. This feature can be controlled by applying proper syntax and program through ruby.

Download Ruby Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about the command line options?Explain about portability?