|
INTERVIEW QUESTIONS
MICROSOFT
ASP
DETAILS
Question: What purpose is served by the Application.Lock method?
Answer: A. It locks the Application object, preventing other clients from altering any values in the Contents collection. (Answer) B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.
|
|
|
Category |
ASP Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 9120 users |
Added on |
10/24/2009 |
Views |
77014 |
Rate it! |
|
|
Question:
What purpose is served by the Application.Lock method?
Answer:
A. It locks the Application object, preventing other clients from altering any values in the Contents collection. (Answer) B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How to Display images using Response object?
|
View Answer
|
|
What is the use of following Statement Response.Expires=120
|
View Answer
|
|
Which choice is NOT a property of Dictionary Object?
|
View Answer
|
|
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll?
|
View Answer
|
|
What is an .ASP file?
|
View Answer
|
|
How are scripts executed?
|
View Answer
|
|
What are the browsers that can access ASP pages?
|
View Answer
|
|
What is a "Virtual Directory"?
|
View Answer
|
|
What is the difference between client-side script and server-side script?
|
View Answer
|
|
Give the comment Tags for the following:
|
View Answer
|
|
How can you disable the browser to view the code?
|
View Answer
|
|
How does the server identify and execute the server-side scripts within HTML code?
|
View Answer
|
|
How can you change the primary scripting language for a page?
|
View Answer
|
|
What is the order of execution for an ASP application?
|
View Answer
|
|
What are the tasks performed by <FORM> tags?
|
View Answer
|
|
What are the attributes of the <FORM> tags? What are their functions?
|
View Answer
|
|
What are the tags necessary to be present within the <FORM> tag?
|
View Answer
|
|
What is Querystring collection?
|
View Answer
|
|
What is a Form collection?
|
View Answer
|
|
What is the difference between Querystring collection and Form collection?
|
View Answer
|