Paste
Copy
Cut
Options

This problem has been solved!

You'll get a detailed solution from a subject matter expert that helps you learn core concepts.

See Answer
  • Question: Exception Class Inheritance Hierarchy: public class Throwable extends Object public class Exception extends Throwable public class RuntimeException extends Exception public class IllegalArgumentException extends RuntimeException public class Number FormatException extends IllegalArgumentExceptio public class java.util.zip.DataFormatException extends

    student submitted image, transcription available below

    Show transcribed image text
  • Chegg Logo
    Here’s the best way to solve it.
    Solution

    Unchecked exceptions are not checked at compile time All

    View the full answer
    answer image blur
Transcribed image text :
Exception Class Inheritance Hierarchy: public class Throwable extends Object public class Exception extends Throwable public class RuntimeException extends Exception public class IllegalArgumentException extends RuntimeException public class Number FormatException extends IllegalArgumentExceptio public class java.util.zip.DataFormatException extends Exception Based on the below "Exception Class Inheritance Hierarchy", IllegalArgumentException is O a checked exception O an unchecked exception