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
How can you implement encapsulation in asp.net?
What is the difference between runtime version and version?
How would you enable impersonation in the web.config file?
Describe the differences between the lifecycles of Windows services and Standard EXE?
How many types of file extensions for razor views in ASP.Net MVC?
What is user control in asp.net?
What do you mean by marshalbyref?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What is web configuration file and how to use in web application
What is session and cookies in asp.net?
What are the advantages of Web API?
Explain Authentication mechanism in dotnet
What’s difference between “optimistic” and “pessimistic” locking?
What is a web pool?
Describe how to implement globalization and localization in the use interface in .net.