| Author |
exception
|
Ritesh raushan
Ranch Hand
Joined: Aug 29, 2012
Posts: 97
|
|
what means recoverable form(in checked exception) and not recoverable form(in uncheked exception).....
and why always write checked exception(if i call pre-defined method and that method throws checked exception) in method if program write or not....
thanks.....
rits.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32611
|
|
You should find an explanation in the Java Tutorials.
“Recoverable” probably means it is possible to get a result by waiting and trying again.
|
 |
 |
|
|
subject: exception
|
|
|