Programming Languages PHP Objective
Mar 01, 2013

Difference between Response.Write() and Response.Output.Write().

Choose the correct answer:
A) Response.Output.Write() allows you to buffer output
B) Response.Output.Write() allows you to write formatted output
C) Response.Output.Write() allows you to flush output
D) Response.Output.Write() allows you to stream output
Detailed Explanation

Option B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback