DotNet Technology MCQs | Page - 1
Dear candidates you will find MCQ questions of DotNet Technology here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
β
Correct Answer: (B)
Local
Q. Feature of a local variable?
β
Correct Answer: (C)
It must be declared within a metho
Q. Two methods with the same name but with different parameters?
β
Correct Answer: (A)
Overloading
Q. What is the output of the code public class B: A { }?
β
Correct Answer: (C)
It defines a class that inherits all the methods of A but the private members cannot be accesse
Q. Which of the following statements is correct about Managed Code?
β
Correct Answer: (D)
Managed code is the code that is written to target the services of the CLR.
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?
β
Correct Answer: (A)
.NET class libraries
Q. Which of the following .NET components can be used to remove unused references from the managed heap?
β
Correct Answer: (C)
Garbage Collector
Q. Which of the following assemblies can be stored in Global Assembly Cache?
β
Correct Answer: (C)
Shared Assemblies
Q. Code that targets the Common Language Runtime is known as
β
Correct Answer: (D)
Managed Code
Q. Which of the following is the root of the .NET type hierarchy?
β
Correct Answer: (A)
System.Object
Jump to