Answer Posted / nizath ali.u
There are five types of built in objects
1) Request Object (It is used to access the information
sent in a request from a browser to the server).
2) Response Object (It is used to send information to the
browser).
3) Session Object (It is used to store & retrieve
information about particular user sessions).
4) Application object (It is used to store & retrieve
information that can be shared among all the users of an
application).
5) Server Object (It is used to access various utility
functions on the server).
Regards,
Nizath Ali.U
| Is This Answer Correct ? | 61 Yes | 4 No |
Post New Answer View All Answers
What is considered a service provider?
What is diff. Between abstract class and an interface?
How to implement globalization and localization in the use interface in .net.
What is a swagger in web api?
What is distributed system in asp.net?
Any disadvantages in Dataset and in reflection ?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is the difference between the response.write() and response.output.write() methods?
What are the components of ado.net?
Is global asax mandatory?
Is asp.net is a programming language?
What is autopost?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Is asp.net mvc front end or backend? : Asp.Net MVC
What is the difference between a cookie and a pixel?