Solved

When Writing a Block of Code in Which Something Can

Question 10

Multiple Choice

When writing a block of code in which something can go wrong, where should you place the block?


A) It should be placed in a try block.
B) It should be placed after a catch statement.
C) It should be prefaced with a finally statement.
D) It should be defined as an exception block.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions