Home » JAVA Programming » Files and I/O » Question
  1. Which of these is a method to clear all the data present in output buffers?
    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.