net frame work questions

11.

Which of the following assemblies can be stored in Global Assembly Cache?
A.     Private Assemblies
B.     Friend Assemblies
C.     Shared Assemblies
D.     Public Assemblies
E.     Protected Assemblies
Answer & Explanation

Answer: Option C

Explanation:

No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
12.

Code that targets the Common Language Runtime is known as
A.     Unmanaged
B.     Distributed
C.     Legacy
D.     Managed Code
E.     Native Code
Answer & Explanation

Answer: Option D

Explanation:

No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
13.

Which of the following statements is correct about the .NET Framework?
A.     .NET Framework uses DCOM for achieving language interoperability.
B.     .NET Framework is built on the DCOM technology.
C.     .NET Framework uses DCOM for making transition between managed and unmanaged code.
D.     .NET Framework uses DCOM for creating unmanaged applications.
E.     .NET Framework uses COM+ services while creating Distributed Applications.
Answer & Explanation

Answer: Option C

Explanation:

No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
14.

Which of the following is the root of the .NET type hierarchy?
A.     System.Object
B.     System.Type
C.     System.Base
D.     System.Parent
E.     System.Root
Answer & Explanation

Answer: Option A

Explanation:

No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
15.

Which of the following benefits do we get on running managed code under CLR?

Type safety of the code running under CLR is assured.
It is ensured that an application would not access the memory that it is not authorized to access.
It launches separate process for every application running under it.
The resources are Garbage collected.

A.     Only 1 and 2
B.     Only 2, 3 and 4
C.     Only 1, 2 and 4
D.     Only 4
E.     All of the above
Answer & Explanation

Answer: Option E

Explanation:

No answer description available for this question.

Leave a Reply0

Your email address will not be published.