Basic Dot Net Question:
Download Questions PDF

What is Response object? How is it related to ASP’s Response object?

Answer:

Response object allows the server to communicate with the client(browser). It is useful for displaying information to the user (or) redirecting the client.
Eg: Response.Write(”Hello World”)

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
What is serialization, how it works in .NET?What is .NET?