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

Computer Science & Information Technology

You might also like to view...

A FIN packet sent to a closed port responds with which of the following packets?

a. FIN b. SYN-ACK c. RST d. SYN

Computer Science & Information Technology

Discuss each of the clauses of the CREATE TABLE statement.

What will be an ideal response?

Computer Science & Information Technology