Is ruby a strongly typed or a weakly typed language?
Answer / Satendra Kumar Yadav
Ruby is a dynamically typed language, which means that variables do not have fixed types and their types are determined at runtime. However, Ruby also supports optional type checking.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a new time instance in Ruby?
What are Ruby iterators?
Explain the garbage collection feature of ruby?
Explain next statement in ruby.
Explain the difference between a single quote and double quote?
Explain raise statement in Ruby?
Tell me what is the difference between calling super and calling super()?
How to use sql db or mysql db. Without defining it in the database.yml
Explain about ruby names?
What does ruby name refers to?
Tell me what is the command to create a migration?
Explain about the command line options?