Q16
What is the recommended way to handle exceptions in Ruby?
A.
Using rescue blocks
AnswerB.
Using if-else statements
C.
Using begin-end blocks with raise
D.
Ignoring exceptions entirely
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board