运行时异常是什么?

答案解析

RuntimeException及其子类,编译器不强制处理,常见如NullPointerException、ArrayIndexOutOfBoundsException。