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 use of Master Page in ASP.NET web pages?
How can we call webservices in Banking Applications? and where we are using it?
What are the two types of web pages?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Explain how asp.net different from asp?
What are the new features implemented in ASP.NET?
What is the use of web.config and machine.config files?
What is the use of ASP.NET routing?
What is user control in asp.net?
What is the difference between ldap and active directory?
What is the life cycle of web page?
Why mvc is better than asp.net? : Asp.Net MVC
What is the difference between client-side and server-side validations in webpages?
What is boxing and unboxing in asp.net?
What are the properties of the eventargs argument when capturing keyboard events?