To handle an exception using the try statement, you must

To handle an exception using the try statement, you must


a. code a try block around the statement that may throw the exceptions
b. code a finally block that contains the statements that will be executed at the end of the try statement
c. code a catch block that contains the statements that you want to be executed when the exception occurs
d. all of the above
e. a and c only


Answer: a and c only


Learn More :