C# Programming - .NET Framework

Exercise : .NET Framework - General Questions
  • .NET Framework - General Questions
6.
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?
.NET class libraries
Common Language Runtime
Common Language Infrastructure
Component Object Model
Common Type System
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
Which of the following jobs are NOT performed by Garbage Collector?
  1. Freeing memory on the stack.
  2. Avoiding memory leaks.
  3. Freeing memory occupied by unreferenced objects.
  4. Closing unclosed database collections.
  5. Closing unclosed files.
1, 2, 3
3, 5
1, 4, 5
3, 4
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
Which of the following .NET components can be used to remove unused references from the managed heap?
Common Language Infrastructure
CLR
Garbage Collector
Class Loader
CTS
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
Which of the following statements correctly define .NET Framework?
It is an environment for developing, building, deploying and executing Desktop Applications, Web Applications and Web Services.
It is an environment for developing, building, deploying and executing only Web Applications.
It is an environment for developing, building, deploying and executing Distributed Applications.
It is an environment for developing, building, deploying and executing Web Services.
It is an environment for development and execution of Windows applications.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
Which of the following constitutes the .NET Framework?
  1. ASP.NET Applications
  2. CLR
  3. Framework Class Library
  4. WinForm Applications
  5. Windows Services
1, 2
2, 3
3, 4
2, 5
Answer: Option
Explanation:
No answer description is available. Let's discuss.