VB Dot Net Developer Question:

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.


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