Which statements are true about the WHEN OTHERS exception handler?

Which statements are true about the WHEN OTHERS exception handler? (Choose all that apply)
A. It can be the first exception handler.
B. It can be the only exception handler for the code.
C. It traps all the exceptions that are not already trapped.
D. You can have multiple OTHERS clauses to trap all the multiple unhandled exceptions.

Download Printable PDF. VALID exam to help you PASS.

3 thoughts on “Which statements are true about the WHEN OTHERS exception handler?

    1. (A.) says first exception handler implies there are more than one exception handlers. And if that is the case When Others need to be the last handler otherwise it throws error.

      2
      1

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.