adplus-dvertising
frame-decoration

Question

What is the role of the just-in-time compiler in .NET execution?

a.

It compiles the original source code to IL code.

b.

It recompiles the IL code into native code during execution.

c.

It distributes .NET executables in an intermediate form.

d.

None of the above

Posted under Reverse Engineering

Answer: (b).It recompiles the IL code into native code during execution. Explanation:During execution, the IL code is recompiled into native code by the just-in-time compiler.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the role of the just-in-time compiler in .NET execution?