adplus-dvertising
frame-decoration

Question

What is an activation record in .NET?

a.

A record of all the methods used in a program.

b.

A record of all the classes used in a program.

c.

A data structure used to store information about a method call.

d.

None of the above

Posted under Reverse Engineering

Answer: (c).A data structure used to store information about a method call. Explanation:The activation record is a data structure used to store information about a method call.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is an activation record in .NET?