Select from following answers:- Request
- Response

- Application
- Session
- All Above
Request object is used to represent the data sent to the server.
Response Object is used.
It has got features like Response.Cache.SetExpires using which we can implement Page output caching.
Application and Session's objects data can be stored in
Cache, but they do not implemenet Page Output Caching
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator