What are the methods by which output stream is controlled?

• Flush – sends previous buffered output to the client immediately, but continues processing the script.
• Clear – erases any already-buffered HTML.
• End – causes the server to stop processing the script.

Showing Answers 1 - 3 of 3 Answers

johnanvert

  • Sep 29th, 2008
 

The Flush method sends buffered HTML output immediately.
The Clear method clear conents on the script
The End method stop all processing in the script.

  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