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
Where is session data stored in asp net?
What are main return types supported in Web API?
Can you clarified A Web service can only be written in .NET or not?
How does a content page differ from a master page?
Less than one page, how many windows will you be able to maintain?
What is server components?
What is httpresponse?
What are themes and skins in 2.0, explain usage scenario?
Contrast OOP and SOA. What are tenets of each ?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Define common type system?
What is viewstate in asp net with example?
What is intrinsic objects in asp.net?
How can we register exception filter globally?
Which protocol is used to call web service?