ASP Programming Question:
Download Job Interview Questions and Answers PDF
Why do we use Option Explicit?
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.
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain the difference between POST and GET Method. | How do you write an SQL insert statement? |