Friday, August 1, 2008
ASP Interview Questions And Answers
7. What is the maximum size of an array? Up to 60 dimensions. 8. What is Querystring collection? This collection stores any values that are provided in the URL. This can be generated by three methods:By clicking on an anchor tag By sending a form to the server by the GET methodThrough user-typed HTTP address 9. What are the attributes of the tags? What are their functions? The two attributes are ACTION and METHODThe ACTION gives the name of the ASP file that should be opened next by which this file can access the information given in the form The METHOD determines which of the two ways (POST or GET) the browser can send the information to the server 10. What are the methods in Session Object? The Session Object has only one method, which is Abandon. It destroys all the objects stored in a Session Object and releases the server resources they occupied. 11. What is ServerVariables collection? The ServerVariables collection holds the entire HTTP headers and also additional items of information about the server. 12. What is the difference between Querystring collection and Form collection? The main difference is that the Querystring collection gets appended to a URL.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment