I\'ve studied that: With an unchecked exception, however, the compiler doesn\'t force client programmers either to catch the exception or declare it in a throws clause. In f
It is because,
Check the following links :
Why RunTime Exceptions are unchecked ?
Checked vs Unchecked Exception ?