.NET Programming MCQs with answers Page - 8

Here, you will find a collection of MCQ questions on .NET Programming. Go through these questions to enhance your preparation for upcoming examinations and interviews.

To check the correct answer, simply click the View Answer button provided for each question.

Have your own questions to contribute? Click the button below to share your MCQs with others!

+ Add Question

A

Admin • 831.35K Points
Coach

Q. SOAP stands for __________.

  • (A) Simple Object Access Program
  • (B) Simple Object Access Protocol
  • (C) Simple Object Application Protocol
  • (D) Simple Object Account Protocol

A

Admin • 831.35K Points
Coach

Q. The ____ language allows more than one method in a single class.

  • (A) C#
  • (B) J#
  • (C) C++
  • (D) C

A

Admin • 831.35K Points
Coach

Q. A variable which is declared inside a method is called?

  • (A) Serial
  • (B) Local
  • (C) Private
  • (D) Static

A

Admin • 831.35K Points
Coach

Q. Feature of a local variable?

  • (A) It can be used anywhere in the program
  • (B) It must accept a class
  • (C) It must be declared within a metho
  • (D) D It represent a class object

A

Admin • 831.35K Points
Coach

Q. Two methods with the same name but with different parameters?

  • (A) Overloading
  • (B) Loading
  • (C) Multiplexing
  • (D) Duplexing

A

Admin • 831.35K Points
Coach

Q. What is the output of the code public class B: A { }?

  • (A) Errors
  • (B) It defines a class that inherits the public methods of A only
  • (C) It defines a class that inherits all the methods of A but the private members cannot be accesse
  • (D) D Both b and c

A

Admin • 831.35K Points
Coach

Q. 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?

  • (A) .NET class libraries
  • (B) Common Language Runtime
  • (C) Common Language Infrastructure
  • (D) Common Type System

A

Admin • 831.35K Points
Coach

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

  • (A) Common Language Infrastructure
  • (B) CLR
  • (C) Garbage Collector
  • (D) CTS

A

Admin • 831.35K Points
Coach

Q. Which of the following assemblies can be stored in Global Assembly Cache?

  • (A) Private Assemblies
  • (B) Public Assemblies
  • (C) Shared Assemblies
  • (D) Protected Assemblies

A

Admin • 831.35K Points
Coach

Q. Code that targets the Common Language Runtime is known as

  • (A) Unmanaged
  • (B) Distributed
  • (C) Native Code
  • (D) Managed Code

Add MCQ in this Category

If you want to share an MCQ question in this category, it's a great idea! It will be helpful for many other students using this website.

Share Your MCQ