98-372 · Question #23
Which of the following is NOT a characteristic of managed code?
The correct answer is B. Execute in any operating system. Execute in any operating system is NOT a characteristic of managed code. The target operating system must have a CLR. Managed code is written in a .NET language and is executed by the common language runtime (CLR). It requires passing metadata that is necessary for the CLR to pro
Question
Which of the following is NOT a characteristic of managed code?
Options
- AAutomatic memory management
- BExecute in any operating system
- CIt is written in a .NET language
- DUses a Just-In-Time (JIT) compiler
How the community answered
(42 responses)- A7% (3)
- B74% (31)
- C5% (2)
- D14% (6)
Explanation
Execute in any operating system is NOT a characteristic of managed code. The target operating system must have a CLR. Managed code is written in a .NET language and is executed by the common language runtime (CLR). It requires passing metadata that is necessary for the CLR to provide services. Code based on Microsoft intermediate language (MSIL) executes as managed code.
Topics
Community Discussion
No community discussion yet for this question.