1692Software EngineeringMedium
Which of the following allow writing formatted output?
AResponse.Output.Write()
BBoth A and B
CResponse.Write()
DNone of these
Correct answer
A. Response.Output.Write()
Explanation
The correct answer is Response.Output.Write().