ASP Programming Question:

Why do we use Option Explicit?

Tweet Share WhatsApp

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.

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
Explain the difference between POST and GET Method.How do you write an SQL insert statement?