ASP Programming Question:

Why do we use Option Explicit?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

Answer1
to avoid multiple variables of the same name.
Answer2:
Correct answer is - This statement forces the declaration of variables in VB before using them.


Previous QuestionNext Question
Explain the difference between POST and GET Method.How do you write an SQL insert statement?