You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com.
You are in the process of creating a new ABC.com application. You have written code that
includes a statement that consists of a try block followed by one or more catch clauses.
Which of the following is the statement being used?
A.
The throw statement.
B.
The try-catch-finally statement.
C.
The try-finally statement.
D.
The try-catch statement.
Explanation:
Option D