Checked exception: try catch throw

Unchecked exception: runtime exception, there are some common runtime exception: arithmetic exception, classcast exception, indexOutOfBoundsException illegalArgumentException, NullPointerExecptionextends

        Check exception: compile failure        Uncheck exception: compile will be normal, if there is anything wrong, it will show them in console.