Multiple Choice
What is the best way to handle program errors?
A) Place the code between try{} catch {} blocks and handle each error as they occur.
B) Handle each error by adding DEBUG statements
C) Log all Errors in the log file
D) The program should shut down securely of each error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: Which statement best suits the generalization of
Q41: If logic bombs or Trojan horses were
Q42: What is it called when existing bodies
Q43: Parameter-driven software is software that looks up
Q44: Input cleansing is an optional task for
Q45: What type of errors are found in
Q46: A method's signature is an example of
Q48: Which program language is vulnerable to a
Q49: PHP is the most popular server-side language
Q50: An exception handler can only be created