IDENTIFY THE CORRECT STATEMENT WITH RESPECT TO TRY.....

81.

Identify the correct statement with respect to Try...Catch..Finally

[1.5]

statements.

a)

While executing a Try block it

c) It is possible to have more

is a must to provide both the

than one Catch Blocks in a

Catch and Finally block.

single Try Block.

d) Exit Try is used to jump

b) While executing a Try block

it is a must to provide either

out of the structure

the Catch or Finally block.

whenever required.