checked Exception和unchecked exception

checked Exception:

io,sql等exception,程序无法控制的

unchecked exception:

包括Error与RuntimeException及其子类,如:OutOfMemoryError, UndeclaredThrowableException, IllegalArgumentException, IllegalMonitorStateException, NullPointerException, IllegalStateException, IndexOutOfBoundsException等程序瑕疵。

上一篇:LightOJ 1258 Making Huge Palindromes(KMP)


下一篇:Making Huge Palindromes LightOJ - 1258