nerdexam
Microsoft

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

Understanding .NET Framework Concepts

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)
  • A
    7% (3)
  • B
    74% (31)
  • C
    5% (2)
  • D
    14% (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

#managed code#CLR#JIT compiler#automatic memory management

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice