1
Reply

what is difference between response.write and response.output.write?

Rajesh G

Rajesh G

15y
7.7k
0
Reply

    Response.write - it writes the text stream (unformated output)


    Response.output.write - it writes the HTTP Output Stream (formated output)