Exception handling may allow a program to:
a. Terminate in a controlled manner.
b. Be more robust and fault-tolerant.
c. Continue executing as if no problem was encountered.
d. All of the above.
d. All of the above.
Computer Science & Information Technology
You might also like to view...
What is the best way to prevent information from being lost when working on an important document?
A) Use Autosave B) Back up your data every day C) Use a surge protector D) Use power management
Computer Science & Information Technology
The code int *p; declares p to be a(n) ____ variable.
A. new B. num C. pointer D. address
Computer Science & Information Technology