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

Explain how cookies work. Give an example of cookie abuse.

733


Describe the difference between inline and code behind - which is best in a?

582


What do you mean by marshalbyref?

666


What is server components?

548


What is anonymous authentication?

595






What is the difference between CC and BCC?

632


What is difference between view state and session state?

493


Differentiate between namespace and assembly.

575


What are the types of session in asp.net?

537


Explain the purpose of storyboard.targetproperty.

534


What are early binding and late binding.

583


What is the use of autowireup in asp.net?

576


Define common type system?

597


Can any body provide me the sample web application in asp.net

1449


Explain the difference between Repeater and Data list control in ASP.NET?

635