Latest Java Aptitude Question SOLUTION: Q. What are checked exceptions? A. Checked exception are those which the Java compiler forces you to catch. e.g. IOException are checked Exceptions