Multiple Choice
If one or more Catch blocks follow a Try block,the Finally block is:
A) optional
B) mandatory
C) recommended
D) not needed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The constructor for an exception class should
Q3: Exception handling is designed to process synchronous
Q4: Stack unwinding is the process that attempts
Q5: All exceptions when thrown cause the program
Q6: After a Finally block has finished executing:<br>A)control
Q8: After the last Catch block,the required Finally
Q9: Which of the following is not a
Q10: Visual Basic throws an IntegerArithmeticException when division
Q11: The exception-handling mechanism allows only objects of
Q12: When an exception occurs,the Try block _.<br>A)expires<br>B)continues