You can place as many statements as you need within a single…
You can place as many statements as you need within a single try block, and you can catch as many exceptions as you want with as many catch blocks as you have possible exception types.
Read Details