Multiple choice

Which of the following is defined as 'Windows Executable' assembly by Visual Basic compiler?

  1. It is a standard, GUIless, console Window.

  2. It is the standard .NET Windows executable file.

  3. It is the standard .NET class library, which can be dynamically linked.

  4. It is the standard class module, which is used as a container for compiled classes.

  5. It manages the namespace of the assembly code.

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

This is correct about Windows Executable assembly.