Should I put multiple statements in a try and then catch all possible exceptions, or should I put only one statement in the try statement?
Example:
I think your first example is better practice than your second.