• +91 9723535972
  • info@interviewmaterial.com

ASP Interview Questions and Answers

ASP Interview Questions and Answers

Question - 11 : - What are the methods in Session Object?

Answer - 11 : - 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.

Question - 12 : - What is ServerVariables collection?

Answer - 12 : - The ServerVariables collection holds the entire HTTP headers and also additional items of information about the server.

Question - 13 : - What is the difference between Querystring collection and Form collection?

Answer - 13 : - The main difference is that the Querystring collection gets appended to a URL.

Question - 14 : - What is a Form collection?

Answer - 14 : - The Form collection holds the values of the form elements submitted with the POST method. This is the only way to generate a Form collection.

Question - 15 : - What are the ASP Scripting Objects?

Answer - 15 : - The Dictionary object, the FileSystemObject object, TextStream object.

Question - 16 : - What happens to a HTML page?

Answer - 16 : - The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page.

Question - 17 : - What happens to ASP pages?

Answer - 17 : - The browser makes a HTTP request; the server does the processing and gives a HTML response to the browser.

Question - 18 : - How can you change the primary scripting language for a page?

Answer - 18 : - Specify

Question - 19 : - What is application Object?

Answer - 19 : - Shares information among users of an application. Gives a notification when an application starts or ends.

Question - 20 : - What is the difference between client-side script and server-side script?

Answer - 20 : - Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed by the web server and processed by the server is called server-side script.


NCERT Solutions

 

Share your email for latest updates

Name:
Email:

Our partners