adplus-dvertising
frame-decoration

Question

How are activation records allocated?

a.

On the heap

b.

In the CLR

c.

On the stack

d.

In the activation pool

Posted under Reverse Engineering

Answer: (c).On the stack Explanation:In most cases, the CLR allocates activation records on the stack, which means that they are essentially the same thing as the stack frames you’ve worked with in native assembly language code.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How are activation records allocated?