Multiple choice

Which method of response object outputs the contents of the page buffer immediately but it does not stop processing the rest of the page?

  1. End

  2. Clear

  3. Flush

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the third method. Iit outputs the contents of the page buffer immediately but it does not stop processing the rest of the page.