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

How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

550


What is the use of asp.net web api?

582


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

1462


Which two new properties are added in asp.net 4.0 page class?

525


What is s2s tracking?

537






Define satellite assemblies.

586


Explain about asp.net 2.0 themes?

557


What is the use of web.config and machine.config files?

627


What are web server controls in asp.net?

555


How u refer webservices?

1494


What is the use of placeholder control?

552


Explain managed code an un-managed code.

599


In a Repeater control how one can provide an alternating color scheme ?

567


What is asp.net version?

530


Which namespace is used by ado.net?

566