Vidyalelo
Java Programming · Q108

Java Serialization and Networking

Programming · Java Programming · question 108

Q108

Which of these is a method of ObjectOutput interface used to finalize the output state so that any buffers are cleared?

A.
clear()
B.
flush()
Answer
C.
fflush()
D.
close()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board