To handle an exception using the try statement, you must Question 7 options: code a try block around the statement that
Posted: Fri Jul 01, 2022 5:34 am
To handle an exception using the try statement, you mustQuestion 7 options: code a try block around the statement that maythrow the exceptions code a finally block that contains thestatements that will be executed at the end of the try statementcode a catch block that contains the statements that you want to beexecuted when the exception occurs all of the above a and conly.