nerdexam
GIAC

GSSP-JAVA · Question #119

Which of the following exceptions will be thrown if a program fails to implement the Serializable interface?

The correct answer is C. NotSerializableException. See the full explanation below for the reasoning.

Question

Which of the following exceptions will be thrown if a program fails to implement the Serializable interface?

Options

  • AUnableToImplementException
  • BNonSerializableException
  • CNotSerializableException
  • DIllegalSerializationError

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    73% (22)
  • D
    17% (5)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice