Hardcore Java的笔记(1)

按有用程度 按页码先后 最新笔记

  • villim (I think, therefore I am)

    when to make a class a subclass of Exception and when to make it a subclass of RuntimeException? Generally, this depends on the circumstances and the nature of the exception. If you consider NullPointerException, you know that this exception always indicates a programming error. However, with IllegalAccessException, the case is less clear. In some circumstances, such as during authorization con...

    2017-09-07 01:11:37

笔记是你写在书页留白边上的内容;是你阅读中的批注、摘抄及随感。

笔记必须是自己所写,不欢迎转载。摘抄原文的部分应该进行特殊标明。

Hardcore Java

>Hardcore Java