标签: java performance try-catch multi-catch
我知道在java中使用多捕获块时有优点和缺点。
但是,multi-catch语句对多个单个catch块有什么性能优势?编译器是否以不同方式对待它们?