Checked Exception: (非运行时异常), this must be caught in throws or ** try...catch**. eg: IOException, ClassNotFoundException.
Unchecked Exception: (运行时异常), not need to declare it in methods, or try...catch it.
Checked Exception: (非运行时异常), this must be caught in throws or ** try...catch**. eg: IOException, ClassNotFoundException.
Unchecked Exception: (运行时异常), not need to declare it in methods, or try...catch it.
本文标题:Thread Exception
本文链接:https://www.haomeiwen.com/subject/hayvuttx.html
网友评论