True/False
The exception-handling mechanism allows only objects of class Exception and its derived classes to be thrown and caught.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: After a Finally block has finished executing:<br>A)control
Q7: If one or more Catch blocks follow
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
Q12: When an exception occurs,the Try block _.<br>A)expires<br>B)continues
Q12: Which of the following is not included
Q13: The Finally block is an ideal location
Q14: If a Finally block appears after the
Q16: To display the error message generated by