Multiple Choice
What is the difference between a try block and a try statement?
A) There is no difference;the terms can be used interchangeably.
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
Q4: Which of the following statements is false?<br>A)
Q8: Which of the following statements about try
Q9: Which of the following statements is false?<br>A)
Q10: Chained exceptions are useful for finding out
Q12: Which of the following is not included
Q13: After a finally block has finished executing
Q15: All exception classes inherit,either directly or indirectly,from
Q18: Which of the following statements is true?<br>A)
Q20: Which of the following errors is synchronous?<br>A)
Q26: Which of the following statements is true?<br>A)