.NET Framework - General Questions Online Exam Quiz

.NET Framework - General Questions GK Quiz. Question and Answers related to .NET Framework - General Questions. MCQ (Multiple Choice Questions with answers about .NET Framework - General Questions

Which of the following statements are TRUE about the .NET CLR?

Options

A : Only 1 and 2

B : Only 1, 2 and 4

C : 1, 2, 3, 4

D : Only 4 and 5

View Answer

Which of the following are valid .NET CLR JIT performance counters?

Options

A : 1, 5

B : 3, 4

C : 1, 2

D : 4, 5

View Answer

Which of the following statements is correct about Managed Code?

Options

A : Managed code is the code that is compiled by the JIT compilers.

B : Managed code is the code where resources are Garbage Collected.

C : Managed code is the code that runs on top of Windows.

D : Managed code is the code that is written to target the services of the CLR.

View Answer

Which of the following utilities can be used to compile managed assemblies into processor-specific native code?

Options

A : gacutil

B : ngen

C : sn

D : dumpbin

View Answer

Which of the following are NOT true about .NET Framework?

Options

A : 1, 2

B : 2, 4

C : 4, 5

D : 1, 2, 4

View Answer

Which of the following components of the .NET framework provide an extensible set of classes that can be used by any .NET compliant programming language?

Options

A : .NET class libraries

B : Common Language Runtime

C : Common Language Infrastructure

D : Component Object Model

View Answer

Which of the following jobs are NOT performed by Garbage Collector?

Options

A : 1, 2, 3

B : 3, 5

C : 1, 4, 5

D : 3, 4

View Answer

Which of the following .NET components can be used to remove unused references from the managed heap?

Options

A : Common Language Infrastructure

B : CLR

C : Garbage Collector

D : Class Loader

View Answer

Which of the following statements correctly define .NET Framework?

Options

A : It is an environment for developing, building, deploying and executing Desktop Applications, Web Applications and Web Services.

B : It is an environment for developing, building, deploying and executing only Web Applications.

C : It is an environment for developing, building, deploying and executing Distributed Applications.

D : It is an environment for developing, building, deploying and executing Web Services.

View Answer

Which of the following constitutes the .NET Framework?

Options

A : 1, 2

B : 2, 3

C : 3, 4

D : 2, 5

View Answer

Attributes - General Questions more Online Exam Quiz

Classes and Objects - General Questions

Collection Classes - General Questions

Constructors - General Questions

Datatypes - General Questions

Delegates - General Questions

Enumerations - General Questions

Exception Handling - General Questions

Functions and Subroutines - General Questions

Inheritance - General Questions