A

Admin • 833K Points
Coach

Q. Which statement will execute at the end of the code, whether the exception raise or not?

  • (A) retry
  • (B) raise
  • (C) ensure
  • (D) else
  • Correct Answer - Option(C)
  • Views: 21
  • Filed under category Ruby
  • Hashtags:

Explanation by: Admin

statement ensures that required instructions will execute at the end of the code, whether the exception raise or raised exception is rescued, or the program terminates due to an uncaught exception.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.