errorruntime exception和checked exception的区别? runtime exception和checked exception的区别?Java提供了两类主要的异常:runtime exception和checked exception。所有的checked exception是从java.lang.Exception类衍生出来的,而runtime exception则是从java.lang.Run……继续阅读 »