Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

In Java, what are the differences between a Checked and Unchecked?

Pragya Keshap answered on February 4, 2023 Popularity 7/10 Helpfulness 3/10

Contents


More Related Answers

  • java supress unchecked
  • unchecked exception in java

  • In Java, what are the differences between a Checked and Unchecked?

    0

    Checked Exceptions extend Throwable class, but they do not extend

    RuntimeException or Error classes. UncheckedException extend

    RuntimeException class.

    Checked Exceptions are checked at compile time in Java.

    Unchecked Exceptions happen at Runtime, so they are not checked

    at compile time.

    IOException, SQLException etc. are examples of Checked

    Exceptions. NullPointerException, ArithmeticException etc. are

    examples of Unchecked Exceptions.

    https://rollbar.com/blog/how-to-handle-checked-unchecked-exceptions-in-java/

    Popularity 7/10 Helpfulness 3/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.