What is the main difference between Response.Write() and Response.Output.Write() methods?
Explanation
Option A is correct because Response.Output.Write() allows writing formatted output, whereas the other options describe features not specifically associated with it.