WHAT IS BOXING? HOW WE CAN USE IT?

Answer Posted / saiish bhat

Boxing is implicit conversion of value type to type object.

ex:
int i = 123;
int j = i; // boxing

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the authentication types in asp.net?

660


What’s difference between “optimistic” and “pessimistic” locking?

662


What is applicatio domain?

653


What are the steps to follow to host a web application on a web server?

666


How to turn off cookies for a page?

669






How does the cookies work in asp.net?

642


Name the namespace which is used by ado.net?

605


What is the used of "ispostback" property?

674


What is the life cycle of an asp.net page?

608


Explain the concept of event bubbling in ASP.NET?

682


Demonstrate Render and PreRender?

691


Is asp.net 64-bit enabled? How?

695


What is web api config?

644


To bind columns manually which tags do you need to add within the asp:datagrid ?

643


In which event of the page viewstate is available?

549