Matching

Report a typo

Match the parts of the try-catch-finally statement with their purpose:

Match the items from left and right columns
try
catch
finally
Executed whether or not the exception is thrown
Executed when an exception occurs
Used to wrap the code that may throw an exception
___

Create a free account to access the full topic