After you throw an error, you use a ____ statement to handle the error.
A. try
B. catch
C. handle
D. capture
Answer: B
You might also like to view...
State whether each of the following is true or false. If false, explain why. Assume the state- ment using std::cout; is used.
1) Declarations can appear almost anywhere in the body of a C++ function. 2) The modulus operator (%) can be used only with integer operands. 3) The arithmetic operators *, /, %, + and – all have the same level of precedence. 4) A C++ program that prints three lines of output must contain three statements using cout and the stream insertion operator.
A horizontal line provides a way to add visual interest and differentiate sections of a Web page
Indicate whether the statement is true or false
Most computer attacks are accomplished through what type of attack?
A. Port scanning B. Social engineering C. Buffer overflows D. Password cracking
To sort records in descending order, follow the name of the sort key with the REVERSE operator.
Answer the following statement true (T) or false (F)