Exceptions in java
Exception Class & Hierarki : seluruh exception yang terdefinisi di java.lang Checked Exception : Exception yang diperiksa oleh java compiler Unchecked exception : Error, RuntimeException dan Subclassnya User Defined Exception : Exception yang dibuat oleh user sendiri