12345678910



Question 1: What is the only type of exception that is NOT checked?
1. Class Exception.
2. Class RunTimeException and its subclasses.
3. Class IOException and its subclasses.
4. Class ArithmeticException only.