Quantcast
Channel: Java异常
Viewing all articles
Browse latest Browse all 31

关于runtime exception和checked exception

$
0
0
关于runtime exception和checked exception --“捕获”它们的不同之处 (原文作者:Tony Sintes) Java提供了两类主要的异常:runtime exception和checked exception。所有的checked exception是从java.lang.Exception类衍生出来的,而runtime exception则是从java.lang ...
文章分类:Java异常
阅读全文

Viewing all articles
Browse latest Browse all 31

Trending Articles