Tell me what is the difference between ruby 1.9 and ruby 2.0?
Answer / Sumant Kumar
Ruby 1.9 introduced many significant changes such as the addition of the BigDecimal library, a faster GC (garbage collector), better Unicode support, and improvements to the core libraries. Ruby 2.0 further optimized performance, added a new YARV (Yet Another Ruby VM) virtual machine, and removed some deprecated features.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is ruby supports single inheritance/ multiple inheritance or both?
what is the difference between a gem and a plugin in Ruby?
Explain Ruby object?
How to check whether a directory exist or not in Ruby?
What is mvc? And how it works?
What are differences between ruby and python?
mention what is the difference between a single quote and double quote?
What is concatenating string in ruby. In how many ways you can create a concatenating string.
How to read a file in Ruby?
Explain ruby class.
what is class libraries in Ruby?
Explain me what is the difference between symbol and string?