Exception handling should not be used:

a. As an alternative for program control.
b. To make error handling uniform on large projects.
c. To deal with errors that do not arise very often.
d. To deal with errors for components that will be widely used in other applications, such as classes and libraries.


a. As an alternative for program control.

Computer Science & Information Technology

You might also like to view...

Three methods are available to fetch row(s) of a query result set— _________,________and_________ .

a) getone, getmany, getall. b) fetchone, fetchmany, fetchall. c) selectone, selectmany, selectall. d) None of the above.

Computer Science & Information Technology

For Tkinter programs, a_______ method acts as a destructor.

a) delete. b) __del__. c) destroy. d) None of the above.

Computer Science & Information Technology

What is the purpose of changing the tab order of a form?

What will be an ideal response?

Computer Science & Information Technology

What is an Access Web app?

What will be an ideal response?

Computer Science & Information Technology