What is the main difference between Response.Write() and Response.Output.Write() methods?

Choose the correct answer

Explanation

Option A is correct because Response.Output.Write() allows writing formatted output, whereas the other options describe features not specifically associated with it.

What is the main difference between Response.Write()… — ASP.net | PakQuizHub