During exception handling, which of the following statements hold true?
1
Single try can have multiple associated catch with it
2
A Single Catch can have multiple try associated with it
3
Finally block execute only when the class is inherited
4
For a given exception, multiple catch can execute
5
Question Not Attempted