topic/.NET Framework
Start Test
Question No
Title
Type
Marks
623.
Which of the following are valid .NET CLR JIT performance counters?Total memory used for JIT compilationAverage memory used for JIT compilationNumber of methods that failed to compile with the standard JITPercentage of processor time spent performing JIT compilationPercentage of memory currently dedicated for JIT compilation
MCQ
5
625.
Which of the following utilities can be used to compile managed assemblies into processor-specific native code?
MCQ
5
626.
Which of the following are NOT true about .NET Framework?It provides a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely.It provides a code-execution environment that minimizes software deployment and versioning conflicts.It provides a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party.It provides different programming models for Windows-based applications and Web-based applications.It provides an event driven programming model for building Windows Device Drivers.
MCQ
5
622.
Which of the following statements are TRUE about the .NET CLR?It provides a language-neutral development & execution environment.It ensures that an application would not be able to access memory that it is not authorized to access.It provides services to run "managed" applications.The resources are garbage collected.It provides services to run "unmanaged" applications.
MCQ
5
624.
Which of the following statements is correct about Managed Code?
MCQ
5