Multiple choice technology programming languages

OPTION exists in VB.NET

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The statement 'OPTION exists in VB.NET' is false. While VB.NET has Option Strict, Option Explicit, and Option Compare statements, there is no single 'OPTION' statement by itself.