Why do we need to use flush() method in vb.net

Showing Answers 1 - 3 of 3 Answers

P Raj

  • Feb 14th, 2006
 

Flush()  is a method of the XmlTextWriter Class.This method flushes document buffer to disk .Its helpful if your document is too big .It ensures that all data is flushed to memory ,followed by a Close method to close the stream.

  Was this answer useful?  Yes

santosh

  • Mar 23rd, 2006
 

Fflush() is used to avoid garbage collections.

  Was this answer useful?  Yes

sumalatha

  • Mar 29th, 2006
 

flush() is used to clear the screen

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions