Title | |
---|---|
The purpose of JIT compiler is to convert____________The purpose of JIT compiler is to convert____________.
The answer is:
B. IL code to byte code
|
|
The Garbage Collection solves_____________The Garbage Collection solves_____________.
The answer is:
A. Memory leakage problem
|
|
The code that requires the CLR at runtime for the execution is known as the ________The code that requires the CLR at runtime for the execution is known as the ________.
The answer is:
B. Managed code
|
|
Which one of the following JIT compilers produce highly optimized code?Which one of the following JIT compilers produce highly optimized code?
The answer is:
B. Standard JIT
|
|
The VC#.NET language________________The VC#.NET language________________.
The answer is:
B. solves the DLL hell problems.
|
|
Home page in VS.NET is also known as__________Home page in VS.NET is also known as__________.
The answer is:
B. Start page
|
|
The ______________ enables to move through the code very quicklyThe ______________ enables to move through the code very quickly.
The answer is:
C. Code window
|
|
In VC#.NET project files are grouped into a _____________In VC#.NET project files are grouped into a _____________.
The answer is:
C. Solution
|
|
Which one of the following statements about code debugging is correct?Which one of the following statements about code debugging is correct?
The answer is:
A. Debugger helps us to step through our code, one line at a time.
|
|
The arrays involved in a jagged array_____________The arrays involved in a jagged array_____________.
The answer is:
B. May be of different sizes.
|
|
The parameters of a method __________The parameters of a method __________.
The answer is:
C. Help us to pass information to and from a method.
|
|
The ref type parameters are____________The ref type parameters are____________.
The answer is:
B. “Input / Output” parameters.
|
|
The out type parameters can be used_______________The out type parameters can be used_______________.
The answer is:
A. Only to pass back a result to the calling functions
|
|
In case of the Params type parameter____________In case of the Params type parameter____________.
The answer is:
B. The number of arguments is variable.
|
|
An instance class member is referred by using the format____________An instance class member is referred by using the format____________.
The answer is:
A. Object name. Class member name.
|
|
Overloaded constructors will have________Overloaded constructors will have________.
The answer is:
B. Different parameter lists
|
|
A static constructor_____________A static constructor_____________.
The answer is:
A. Is executed when the class is loaded.
|
|
A property________________A property________________.
The answer is:
A. Should have a get method.
|
|
An indexer________________An indexer________________.
The answer is:
A. Enables us to access a property through index.
|
|
A namespace can contain___________A namespace can contain___________.
The answer is:
A. Classes
|
MCQs
Views
Best Answers
Points