Which of the following manages the code during execution?
Correct Answer: JIT
Explanation:
Note: This Question is unanswered, help us to find answer for this one
.NET Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More .NET MCQ Questions
Which type of parameter is passed in subroutines by default?
Which of the following is not a member of the Exception class?
How many application domains can exist inside a Win32 process?
Which of the following helps Assemblies become self describing?:
How will you use the thread pool?
In the ASP.NET server control, which provides an alternative way of displaying text on web page?
In the body of a method, which variable does C# use to refer to the current object whose method is being invoked?
In C#, which type of variable is declared inside a method?
Which of the following is not a component of the .NET framework?
In C#, how does the following code measures time? Thread.Sleep(time)