MaVRoSCy
MaVRoSCy

Reputation: 17849

Performance difference of multiple Catch Vs Multi-Catch

I know that there are advantages and dissadvantages when using multi-catch blocks in java.

But does the multi-catch statement has any performance advantage over multiple single catch blocks? Does the compiler treats them differently?

Upvotes: 2

Views: 343

Answers (0)

Related Questions