Multiple choice asp

In ASP, the Response Object is used to send output to the user from the server.

  1. True

  2. False

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

The Response object sends output from server to client through methods like Write, Redirect, and BinaryWrite. It controls what the user receives - HTML, files, redirects to other pages.