Which of these is a method to clear all the data present in output buffers?
(a) clear()
(b) flush()
(c) fflush()
(d) close()
This question was posed to me in an interview for internship.
Query is from Java.io Byte Streams in section Exploring java.lang & java.io of Java