What purpose is served by the Application.Lock method?
A. It locks the Application object, preventing other
clients from altering any values in the Contents
collection.
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.
Answer / guest
It locks the Application object, preventing other clients
from altering any values in the Contents collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a namespace and an assembly name?
Define response object?
Is classic asp dead?
What is hidden field?
What are the ASP Scripting Objects?
What is the common language specification (cls)?
What are the tasks performed by <> tags?
Name the asp objects?
What is a variable?
What is the difference between client-side script and server-side script?
What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.
How to delete an existing cookie?