Answer Posted / anil kumar
Boxing is Converting to a value type to refrence type and
casting mean convert value type to a another value type.
int a;
object o=(object)a;(Boxing)
int a;
long b=a;(casting)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Why is mvc better than asp.net?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Why do we use web config?
How to sign out from forms authentication?
What is the use of express session?
In how many ways we can retrieve table records count?
What does aspcompat="true" mean?
What is http protocol and how it works?
What are the session management techniques asp net?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is an imagemap in asp.net?
What's the use of formatters in .net?
What is distributed system in asp.net?