Question

    Which of the following is NOT a common exception class in Java?

    A NullPointerException Correct Answer Incorrect Answer
    B ArrayIndexOutOfBoundsException Correct Answer Incorrect Answer
    C FileNotFoundException Correct Answer Incorrect Answer
    D RuntimeWarningException Correct Answer Incorrect Answer

    Solution

    RuntimeWarningException

    Practice Next

    Relevant for Exams: