Home » JAVA Programming » Serialization » Question
  1. Which of these is a method of ObjectOutput interface used to finalize the output state so that any buffers are cleared?
    1. close()
    2. fflush()
    3. clear()
    4. flush()
    5. None of these
Correct Option: D

flush()



Your comments will be displayed only after manual approval.