于郑生 发表于 2013-8-16 15:59:41

[Oracle interview]What are checked exceptions?

姜青林 发表于 2013-8-16 16:04:45

Checkedexception are those which the Java compiler forces you to catch. e.g.IOException are checked Exceptions.
页: [1]
查看完整版本: [Oracle interview]What are checked exceptions?