Multiple choice technology web technology

Which property is used to show the response in client with out waiting to load the entire page?

  1. Respones.expires=100

  2. Respones.Buffer=true

  3. Respones.Buffer=false

  4. Respones.Buffer=-1

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

Setting Response.Buffer to false disables page buffering, allowing content to be sent to the client immediately as it's generated rather than waiting for the entire page to complete. The Expires property controls caching, not buffering behavior.