1.

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()
Answer» C. fflush()


Discussion

No Comment Found