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
Is it possible for me to change my aspx file extension to some other name?
What is asp short for?
How is session id generated?
Can you nest updatepanel within each other?
How can you use a custom controls in ASP.NET application?
How many types of cache are there?
What is the appSettings Section in the web.config file?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Can we use MSSql as backend in asp.net...if yes then How.?
How can we access static variable?
What is the meaning of TestApi?
Explain the difference between Web Garden and Web Farm?
How do you use viewstate?
What is a 1x1 pixel?
What is data binding in asp net?