Multiple choice technology programming languages IOException is a type of checked exception. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation IOException and its subclasses are checked exceptions in Java, meaning they must be either caught using try-catch or declared in the method signature using throws. This is a fundamental rule of Java's exception hierarchy. The statement is correct.