摘要:
public class Test { String x; public static void main(String[] args) { Test test = new Test(); try { System... 阅读全文
摘要:
Exception继承了Throwable,但是它本身是有异常类的父类。RuntimeException:运行时异常Exception->RuntimeException->NullPointExceptionException->RuntimeException->IndexOutOfBounds... 阅读全文