Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these is a method of ObjectOutput interface used to finalize the output state so that any buffers are cleared?
  2. A.
    clear()
    B.
    flush()
    C.
    fflush()
    D.
    close()

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    flush()


Be The First To Comment