Vidyalelo
Ruby Programming · Q9

Exception Handling in Ruby

Programming · Ruby Programming · question 9

Q9

What is the main advantage of using exception handling in Ruby?

A.
It allows for graceful recovery from errors
Answer
B.
It prevents errors from occurring
C.
It simplifies the syntax of Ruby code
D.
It improves the performance of Ruby programs

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board