VB Dot Net Developer Question:

Download Job Interview Questions and Answers PDF

Explain the use of Option explicit?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

Variable must be compulsorily declared when the Option Explicit is termed as ON. If it is OFF, variables can be used without declaration.

Download VB .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Manifest?Can you please explain the difference between System.String and System.StringBuilder classes?