标题: [Oracle interview]What are runtime exceptions? [打印本页] 作者: 于郑生 时间: 2013-8-16 16:00 标题: [Oracle interview]What are runtime exceptions? 作者: 姜青林 时间: 2013-8-16 16:04
Runtime exceptions are those exceptions that are thrown at runtime because of either wrong input data or because of wrong business logic etc. These are not checked by the compiler at compile time.