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()
(c) fflush()
(d) close()
The question was posed to me in homework.
Origin of the question is Serialization in section Serialization & Networking of Java