why SQL exception behaves differently than other two sibling exception in the Exception hierarchy

前端 未结 0 620
旧巷少年郎
旧巷少年郎 2021-02-06 00:25
public static void main(String[] args){
        
        try {
            save();
            log();
        }
        
        catch(SQLException | IOException x) {
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题