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.
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.
You might also like to view...
What are the differences between a standard view and a datasheet view of a list?
What will be an ideal response?
Which of the following best describes a QR code?
A. A user's unique login and password. B. A promotional code a user enters on an e-commerce website to receive a discount. C. A graphic that represents a link to online information. D. A link in an email that enables a user to opt-in or opt-out of future communications.