adplus-dvertising
frame-decoration

Question

What is managed code?

a.

Code that is verified by the CLR in runtime for security, type safety, and memory usage

b.

Code that is executed outside of the .NET Framework

c.

Code that is executed only in the class library

d.

Code that is compiled directly to native code

Posted under Reverse Engineering

Answer: (a).Code that is verified by the CLR in runtime for security, type safety, and memory usage Explanation:Managed code is any code that is verified by the CLR in runtime for security, type safety, and memory usage.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is managed code?