What makes a null pointer exception very hard to deal with is that it is a runtime exception (a subclass of RuntimeException), and not a checked exception,
確定! 回上一頁