Multiple Choice
When writing a block of code in which something can go wrong, where should you place the block?
A) It should be placed in a try block.
B) It should be placed after a catch statement.
C) It should be prefaced with a finally statement.
D) It should be defined as an exception block.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: What method is overridden by the Exception
Q6: Why might a finally block be necessary?
Q7: The int version of the TryParse() methods
Q8: What happens when you divide a floating-point
Q9: The following example shows how a programmer
Q11: An exception of the _ class is
Q12: What class should you extend in order
Q13: The Environment.Exit() method is part of what
Q14: When an Exception object is thrown and
Q15: When you design classes containing methods that