Which of the following methods is not used while Serialization and DeSerialization?
(a) readObject()
(b) readExternal()
(c) readWriteObject()
(d) writeObject()
(a) readObject()
(b) readExternal()
(c) readWriteObject()
(d) writeObject()
The correct choice is (c) readWriteObject()
Easy explanation: Using readObject(), writeObject(), readExternal() and writeExternal() methods Serialization and DeSerialization are implemented.