| Author |
use of flush()
|
Mohit G Gupta
Ranch Hand
Joined: May 18, 2010
Posts: 634
|
|
what is the use of flush() in file handling ?
what is buffered output and stream ?
|
OCPJP 6.0 93%
OCPJWCD 5.0 98%
|
 |
Pramod P Deore
Ranch Hand
Joined: Jul 15, 2008
Posts: 629
|
|
|
It Flushes this stream by writing any buffered output to the underlying stream. flush makes sure everything you have written so far is committed to the hard disk.
|
Life is easy because we write the source code.....
|
 |
 |
|
|
subject: use of flush()
|
|
|