Moderate

Whats is the significance of Response.ClearHeaders( ) ?

Correct answer: C. Clears all Headers from the buffer stream

  • A. Clears all the section value from rendered HTML File
  • B. Clears the content of the Rendered page
  • C. Clears all Headers from the buffer stream
  • D. None of the above

Explanation

Response.ClearHeaders() removes the HTTP headers currently stored in the response buffer, while leaving the page content itself unchanged. Clearing page content would require Response.Clear().

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions