nerdexam
GIAC

GSSP-JAVA · Question #251

Which of the following statements are true about object serialization? Each correct answer represents a complete solution. Choose all that apply.

The correct answer is A. After deserialization, objects have the same state as it had when it was serialized. C. It uses the ObjectInput and ObjectOutput interfaces. D. An object will have the same state at deserialization as it had at the time it was serialized if. See the full explanation below for the reasoning.

Question

Which of the following statements are true about object serialization? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AAfter deserialization, objects have the same state as it had when it was serialized.
  • BIt uses ObjectOutputStream to deserialize objects.
  • CIt uses the ObjectInput and ObjectOutput interfaces.
  • DAn object will have the same state at deserialization as it had at the time it was serialized if

How the community answered

(21 responses)
  • A
    71% (15)
  • B
    29% (6)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice