Page 1 of 1

Which of these is a method of ObjectInput interface used to deserialize an object from a stream?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) int read()
b) void close()
c) Object readObject()
d) Object WriteObject()