• 2022-10-24
    可以在第1行插入哪个代码片段来编译代码?
    A: finally { in. close(); }
    B: catch (FileNotFoundException | Exception e) { } finally { in. close(); }
    C: catch (Exception e) { }
    D: catch (Exception I IOExcepti e) { }
    E: catch (FileNotFoundException e) { }