Tagged Questions
3
votes
8answers
4k views
flush in java.io.FileWriter
I have a question in my mind that, while writing into the file, before closing is done, should we include flush()??. If so what it will do exactly? dont streams auto flush??
EDIT:
So flush what it ...