Buy Questpond's video subscriptions on
huge discount
.
Online: 730
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
What is boxing and unboxing?
Posted by
Raja
on 4/12/2008 | Category:
.NET Framework Interview questions
| Views: 10914
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
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
Asked In:
Many interviews |
Alert Moderator
Bookmark It
< Previous :
What provider ADO.NET use by default?
Next > :
What is gacutil.exe?
Comments or Responses
Login to post response
More Interview Questions by Raja
What is gacutil.exe?
What is custom tag in web.config file?
Difference between DataSet and DataReader
What is difference between Trace and Debug?
What is ASP.NET 2.0 Page Life Cycle?
What is MVC (Model View Controller) pattern?
What is lock statement in C#?
What is the use of Monitor in C#?
Latest Interview Questions
How to use trace in libraray classes (like BAL, DAL)?
What are session management techniques in .NET?
Is overriding of a function possible in the same class?
What is ViewState?
What data types do the asp:RangeValidator control support?
What are Web services?
More ...