Interview Questions

What is the result of using Option Explicit?

ASP Interview Questions and Answers


(Continued from previous question...)

60. 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 controls to have a SELECTED option.E. Requires all variables be cast as specific DataTypes.

(Continued on next question...)

Other Interview Questions