Home / Programming MCQs / C# MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. Dot Net Framework consists of :

(A) Common language runtime
(B) Set of class libraries
(C) Common language runtime and set of class libraries
(D) None of above

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Related MCQs on C#

Which of the following statements are TRUE about the .NET CLR? 1. It provides a language-neutral development & execution environment. 2. It ensures that an application would not be able to access memory that it is not authorised to access. 3. It provides services to run "managed" applications. 4. The resources are garbage collected. 5. It provides services to run "unmanaged" applications.

___________ namespace is not defined in the .NET class library.

Struct’s data members are ____________ by default.

Which is the correct method to convert given string in uppercase?

When is the dataset connected to the database?

Which of the following statements are correct? 1. A struct can contain properties. 2. A struct can contain constructors. 3. A struct can contain protected data members. 4. A struct cannot contain methods. 5. A struct cannot contain constants.

_________ are reserved, and cannot be used as identifiers.

________________ access modifier is applied to a method or a data member, it can be accessed by all classes in the same namespace and derived class in other namespace.

Which of the following statements are correct about an ArrayList collection that implements the IEnumerable interface? 1. The ArrayList class contains an inner class that implements the IEnumerator interface. 2. An ArrayList Collection cannot be accessed simultaneously by different threads. 3. The inner class of ArrayList can access ArrayList class's members. 4. To access members of ArrayList from the inner class, it is necessary to pass ArrayList class's reference to it. 5. Enumerator's of ArrayList Collection can manipulate the array.

Which of the following are examples of relational database management systems?

Learn All C# MCQs