| | | | | | | Quick Links For Interview Questions Categories: | | | What is boxing and unboxing? Author: shahin Posted Date: 29/05/2009 Category: ASP.Net Points: 10 Answer: Converting a value type to reference type is called Boxing and Converting reference type of value type is Unboxing. int i = 1; object o = i; // boxing int j = (int) o; // unboxing Product Spotlight |
| | | | | Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more. |
| | | Now you can find lots of .NET, C#, Vb.Net, SQL Server,Windows, ASP.Net related Questions and their Answers here at www.dotnetspark.com. Our aim is to help you pass your certification Exams (MCP, MCSD, MCAD etc.,) with flying scores and get good name in your company.
So, Start looking our Interview Question section daily and improve your .NET Skills. You can also help others by posting Interview Questions and their Answers in this section.
|
|