The ___ statement can be used to handle an exception that is not caught by any of the previous catch statements.
Finally
When creating your own exceptions, it is good coding practice to end the class name of the user-defined exception with the word ___.
‘Exception’
If an operation is___, then an exception will be thrown if overflow occurs.
checked