Answer Posted / monu
Boxing is an implicitly method which is use to convert the
value type datatypes.
Unboxing is an Explicitly.
Int32 x = 20; object o = x ; // Implicit
boxing
Int32 y = 20;
object obj = (object) y; // Explicit Boxing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why mvc is faster than asp.net? : Asp.Net MVC
What does mean by a neutral culture?
Explain the main function of razor in asp.net? : asp.net mvc
Explain the difference between asp & asp.net.
How to use push notification?
What is data control in asp.net?
What is the maximum amount of memory any single process on windows can address?
How information about the user's locale can be accessed?
Explain what is an assembly?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is the purpose of session management?
How do I open an ashx file?
How can you make sure that web api returns json data only?
What are the asp.net 2.0 features?
What is http pipeline in asp.net?