Which clause can be used in a method declaration or constructor declaration to inform that the code within the constructor or method may throw an exception?
Which block do we use when we want to be sure that some particular code is to be run, no matter what exceptions are thrown within the associated try block?