Multiple Choice
Which of the following statements are correct about a .NET Assembly?1. It is the smallest deployable unit.2. Each assembly has only one entry point - Main() , WinMain() or DLLMain() .3. An assembly can be a Shared assembly or a Private assembly.4. An assembly can contain only code and data.5. An assembly is always in the form of an EXE file.
A) 1,2,3
B) 2,4,5
C) 1,3,5
D) 1,2
Correct Answer:

Verified
Correct Answer:
Verified
Q11: _ are reserved, and cannot be used
Q12: _ namespace is not defined in the
Q13: Which of the following .NET components can
Q14: Which of the following statements are TRUE
Q15: Multidimensional arrays are sometimes called _ Arrays.<br>A)Square<br>B)Triangular<br>C)Rectangular<br>D)Cube
Q17: In C#, a subroutine is called a
Q18: A _ is an identifier that denotes
Q19: Which of the following constitutes the .NET
Q20: An _ is a symbol that tells
Q21: Which of the following assemblies can be