📚 Practice Mode

Visual Basic Programming for Dot NET

Learn at your own pace with hints and detailed explanations

1 / 16
Multiple Choice

What does 'Invalid' means in MSIL code classification?

  1. It means that the MSIL code cannot be JIT compiled by the CLR.
  2. It provides the JIT code prevention.
  3. In the stage of the verification process, the type safety is analysed after the declaration of the code.
  4. The code passes the type-safety check. The CLR accepts that code is both valid and type-safe and allows it to be executed or referenced.
  5. It makes the code typesafe.