adplus-dvertising
frame-decoration

Question

What is boxing?

a.

The process of converting a value type data structure into a reference type object

b.

The process of converting a reference type data structure into a value type object

c.

The process of allocating an object on the stack

d.

The process of allocating an object on the heap

Posted under Reverse Engineering

Answer: (a).The process of converting a value type data structure into a reference type object Explanation:Boxing is the process of converting a value type data structure into a reference type object.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is boxing?