GIAC
GSSP-JAVA · Question #98
Which of the following methods are used to customize object serialization so that the objects will be able to apply default serialization? Each correct answer represents a complete solution. Choose…
The correct answer is A. readObject() C. writeObject(). See the full explanation below for the reasoning.
Question
Which of the following methods are used to customize object serialization so that the objects will be able to apply default serialization? Each correct answer represents a complete solution. Choose two.
Options
- AreadObject()
- BsetDefault()
- CwriteObject()
- DgetDefault()
How the community answered
(30 responses)- A70% (21)
- B10% (3)
- D20% (6)
Community Discussion
No community discussion yet for this question.