WHAT IS BOXING? HOW WE CAN USE IT?

Answer Posted / murugavel

it is implicit convertion for value type to refference type

int x=10;
object y;
x=y;//boxing

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between session and cookies in asp net?

492


Explain the updatepanel?

576


What are the namespaces used in asp.net mvc? : asp.net mvc

505


Explain the benefits of viewstate?

568


Is asp net front end or backend?

515






How to prevent client side validation from the ASP.NET validation controls?

567


How to bind all the binding controls in a page at once in ASP.NET?

516


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1825


What is aspect-oriented programming?

533


Explain the steps needed to be performed in order to create an animation in xaml?

545


Out of ASP or ASP.NET which one is stateless?

670


What is distributed system in asp.net?

531


What is owin authentication?

510


What is data grid view in asp.net?

526


How can we register exception filter globally?

583