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
What is data caching?
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?
What is the difference between client-side and server-side validations in ASP.NET?
Is global asax mandatory?
What is webresource axd?
What are the different types of Caching techniques in ASP.NET?
How many types of sessions in asp.net?
What is the difference between cache and cookies?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the parent class of all the web server control?
What is the difference between session object and application object?
What are web server controls in asp.net?
What is page fragment caching?
What is asp.net futures?
What is difference between web config and global asax?