Q. What is the recommended way to handle exceptions in Ruby? (A) Using rescue blocks (B) Using if-else statements (C) Using begin-end blocks with raise (D) Ignoring exceptions entirely ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Using rescue blocks