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 is data caching?

737


In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?

742


What is the difference between client-side and server-side validations in ASP.NET?

853


Is global asax mandatory?

735


What is webresource axd?

638


What are the different types of Caching techniques in ASP.NET?

753


How many types of sessions in asp.net?

773


What is the difference between cache and cookies?

702


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1677


What is the parent class of all the web server control?

692


What is the difference between session object and application object?

785


What are web server controls in asp.net?

736


What is page fragment caching?

709


What is asp.net futures?

734


What is difference between web config and global asax?

619