What is boxing?

Answer Posted / ardhendu samajdwer

Boxing is the implicit conversion of value type to reference type.

For ex:-

Dim A as integer = 10
Dim B as object
B = A

Or in C#
int A = 10;
object B;
B = A;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what cut off mark for po's,what questions they asked for interview?

1415


Disable Mouse right click on web page in asp.net?

578


What is http response header?

555


Which protocol is used to call web service?

560


What is mta?

620






What is strong-typing versus weak-typing?

577


What is the use of ASP.NET routing?

556


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

618


How does a content page different from a master page?

572


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1945


What is Partial PostBack in ASP.NET?

598


What are the contents of cookie?

565


What is the difference between web.config and machine.config in ASP.NET?

593


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

532


What is the appSettings Section in the web.config file?

579