What is boxing and unboxing ?
Answer Posted / satyambabu
BOXING
? Boxing is an implicit conversion of a value type to
the type object
UNBOXING
? Unboxing is an explicit conversion from the type
object to a value type
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
What is the viewstate in asp.net?
What is asp.net localization?
What is difference between viewstate and session state in javascript?
What are Caching techniques in .NET
How many validators do ASP.NET have?
What are sql joins?
Are cookies stored on server or client?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How many types of cookies are there in asp.net?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What are httphandlers and httpmodules and difference between them?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What are the events that happen when a client requests an asp.net page from iis server?
How can you apply a theme to your asp.net application?
How to sign out from forms authentication?