java SE----基础

一、异常

  1. 异常类
  2. finally
    • finally中的return会覆盖try和catch中的return,这个都知道。finally的return还会覆盖catch中throw的异常,也就是即使catch中使用语句抛出异常,finally的return也会覆盖,永远不会又异常抛出
posted @ 2018-03-16 17:59  国际庄_码农  阅读(84)  评论(0)    收藏  举报