posted 17 years ago
hi,
simply you can say,
Checked exceptions are those for which compiler forces you to provide some code to handle the exception (try/catch).
Wehere as for unchecked exception you are not forced to provide handler.
Hope this will help you.
Thanks,
Yogesh