Multiple Choice
What is the difference between a Try block and a Try statement?
A) There is no difference
B) A Try statement refers to the block of code following the keyword Try,while the Try block refers to the Try keyword and the block of code following this keyword.
C) The Try block refers to the keyword Try followed by a block of code.The Try block and its corresponding Catch and/or Finally clauses together form a Try statement.
D) The Try statement refers to the keyword Try followed by a block of code.The Try statement and its corresponding Catch and/or Finally clauses together form a Try block.
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Which of the following statements regarding the
Q44: After an exception is handled,control resumes .This
Q45: By convention,user-defined exception names should end with
Q46: If an exception is thrown in a
Q47: Which of the following statements is true?<br>A)The
Q48: Using inheritance with exceptions enables a catch
Q50: User-defined exceptions should be derived from the:<br>A)Exception
Q51: Certain types of resources must be explicitly
Q52: The Finally block is executed only if
Q53: The Catch handler that catches an exception