|
| Total Answers and Comments: 3 |
Last Update: September 02, 2009 Asked by: Gaurav Kumar |
|
| | |
|
Submitted by: Bajrang ASthana Fflush is mainly used to cleanup all pipelines and buffer which are used during the storage of data or writing the data; it is necessary because it may block pipelines and may be responsible undesired output. It is good programming approach that you flush pipeline after writing data, in case of Java programming it is must to flush data otherwise it will not go properly into destination file.
Above answer was rated as good by the following members: John Tinnon, chandrakumar.g, Ajay Kanse | Go To Top
|