标题: [Oracle interview]What are checked exceptions? [打印本页] 作者: 于郑生 时间: 2013-8-16 15:59 标题: [Oracle interview]What are checked exceptions? 作者: 姜青林 时间: 2013-8-16 16:04
Checked exception are those which the Java compiler forces you to catch. e.g. IOException are checked Exceptions.