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.

Computer Science & Information Technology

You might also like to view...

Choose portrait page orientation when you want to print exactly what is on the monitor screen including the Start menu bar

Indicate whether the statement is true or false

Computer Science & Information Technology

Trainers should aim the level of the training at ____ of the group of trainees.

A. the top level B. somewhat above the average level C. the lowest level D. somewhat below the average level

Computer Science & Information Technology