What is the purpose of exception handling?

What will be an ideal response?


Exception handling provides a better method of communicating to the caller of a function that something is not right than expecting the caller to check error codes.

Computer Science & Information Technology

You might also like to view...

What does the following code print?

``` document.writeln( "*\n**\n***\n****\n*****" ); ```

Computer Science & Information Technology

____-clicking zooms out.

a. Alt b. F4 c. Ctrl d. Esc

Computer Science & Information Technology

A DO/S must keep a global accounting of each network device and its availability, maintain each device's status record and control block, and distribute this information to all sites.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When an unhandled exception message is displayed, the method that raised the exception is listed last.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology