Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is boxing and unboxing?

Answer Posted / maloy.adhikari

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

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How large is the .net framework 3.0?

1092


What are Code Blocks in Views?

1171


What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?

1030


what is entity framework?

1128


What is .net core framework?

1055


how can you tell ef to have a different table or column name than that defined for the class?

1105


how do you mark a property as required? For example, for a project, the name is a required field.

1124


What are HTML Helpers, AJAX Helpers in ASP.Net MVC?

1092


What is routeconfig.cs in mvc 4?

1171


What is Separation of Concerns in ASP.NET ASP.Net MVC?

1263


Why to use html.partial in mvc?

1285


What are ajax helpers in asp.net mvc?

1134


Explain how you can send the result back in JSON format in MVC?

1037


I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?

3197


How to change the action name in mvc?

1048