VB Dot Net Developer Question:
Explain the use of Option explicit?
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 Question | Next Question |
Explain Manifest? | Can you please explain the difference between System.String and System.StringBuilder classes? |