Ruby Programming Language Question:

Explain about portability?

Answer:

Ruby language can be ported to many platforms. Ruby programs can be ported to many platforms without any modification to the source code. This feature made the language very useful and highly used by many programmers worldwide. Some of the platforms used are DOS, UNIX, WINDOWS, etc.

Read All 26 Ruby Questions
Previous QuestionNext Question
Explain about garbage collection feature of ruby?Explain about class libraries in ruby?