10. If I have a code block within "catch" and "finally" block, whether and when this code will execute if: - no exception is thrown by the try block - exception thrown is caught in the catch block - exception thrown is not caught in the catch block (or the catch block is absent, the code block in question is after the end of "try" block, and before the start of "finally" block.