In traditional programming, probably the most often used error-handling outcome was to ____.
A. terminate the program in which the offending statement occurred
B. ignore the error
C. handle the error
D. ask the user for additional input
Answer: A
You might also like to view...
____ is the system administrator login in SQL Server and it holds great power on the database.
A. BUILT-IN\Administration B. Admin C. SYS D. SA
________ starts your computer with a minimal set of drivers so that you can start your computer when problems with drivers or other software are preventing normal startup
a. Safe Mode b. Recovery Mode c. Last Known Good d. None of the above
How long is a DES key?
A. 40 B. 56 C. 64 D. 112
When compiling a generic class, the __________ option should be used to view the unchecked warning message.
a. -Xlint:unchecked. b. -X:unchecked. c. -warning:unchecked. d. -unchecked.