Reputation: 17849
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