Answer Posted / ardhendu samajdwer
Boxing is the implicit conversion of value type to reference type.
For ex:-
Dim A as integer = 10
Dim B as object
B = A
Or in C#
int A = 10;
object B;
B = A;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does mvc represent in asp.net? : asp.net mvc
Why is this service branded with windows livetm?
Is asp.net 64-bit enabled? How?
What are main return types supported in Web API?
What is asp.net and ado net?
When you use Ajax controls in the ASP.NET application?
How is application management and maintenance improved in asp.net 2.0?
What is the good practice to implement validations in aspx page?
How can you dynamically add user controls to a page?
Why web api is better than wcf?
How can you handle errors in Web API?
What is meant by asp.net?
What is the latest version of asp.net?
What are the event handlers that can be included in the Global.asax file?
What is the difference between debug and release?