What are checked exceptions?
1599
25-Aug-2014
Sumit Kesarwani
25-Aug-2014Checked exception are those which the Java compiler forces you to catch.
Example: IOException are checked exceptions.