Which of the following statements are
false?
A try block can have only one catch block
- A catch block must have an associated try block
- A try block can have multiple catch blocks
- Code in a finally block will always execute whether or not an exception occurs in the try block
There are no hints for this question