Which Of These Is A Method Of Objectinput Interface Used To #613
Which of these is a method of ObjectInput interface used to deserialize an object from a stream?
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Java Serialization Networking - Java Serialization & Deserialization - Quiz No.1.
Which of these is a method of ObjectInput interface used to deserialize an object from a stream?
int read()
void close()
Object readObject()
Object WriteObject()