how many ways you can create a concatenating string?
Answer / Pankaj Kumar Pal
"There are several ways to concatenate strings in Ruby. Some common methods include + (concatenation), << (append), and join."
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you freeze an object in ruby?
What is RubyGems in Ruby programming language?
Tell me what is the command to create a migration?
How symbol is different from variables?
Explain some of the looping structures available in ruby?
Mention what is the difference between procs and blocks?
What is the difference between a class and a module?
what is the difference between String and Symbol?
Is ruby supports single inheritance/ multiple inheritance or both?
What is the difference between a statement and an expression in ruby?
Explain the difference in scope for these two variables: @@name and @name?
What is ruby software and where and when it is usefull.