Basic Dot Net Question:
Download Job Interview Questions and Answers 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”)
Eg: Response.Write(”Hello World”)
Download Dot Net Interview Questions And Answers
PDF
Previous Question | Next Question |
What is serialization, how it works in .NET? | What is .NET? |