Home » JAVA Programming » Serialization » Question
  1. Which of the following methods is not used while Serialization and DeSerialization?
    1. writeObject()
    2. readObject()
    3. readExternal()
    4. readWriteObject()
    5. None of these
Correct Option: D

Using readObject(), writeObject(), readExternal() and writeExternal() methods Serialization and DeSerialization are implemented.



Your comments will be displayed only after manual approval.