Interview Questions

In the sample code shown inside, what will be written to the screen?

ASP Interview Questions and Answers


(Continued from previous question...)

91. In the sample code shown inside, what will be written to the screen?

< SCRIPT LANGUAGE="VBScript" RUNAT=Server >
a = 1
< /SCRIPT >
< SCRIPT LANGUAGE="VBScript" >
a = 2
< /SCRIPT >
< %
Response.Write a
% <
In the sample code shown above, what will be written to the screen?


A. 1
B. 2
C. 1, 2
D. 1&2
E. Nothing. (Answer)

(Continued on next question...)

Other Interview Questions