 |
|

Which of the following are true?
- If an exception is thrown within a try block, the finally clause always executes.
- If no exception is thrown within a try block, the finally clause always executes.
- If an exception is thrown within an exception handler, the finally clause always executes.
- If an exception is thrown within a finally block, the exception is propagated out of the finally block, and the finally block does not complete its execution.
|

 |
| |
|
|
 |