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 / karthik

Boxing:Focing an value type into referencetype is known as boxing.
EX:int a=10;
object obj;
obj=a;
Unboxng:forcing an reference type into value type is known as unboxing.
EX:
int b:
b=(int)obj;
unboxing should be done explicitly using datatype casting.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com

2040


What is the difference between “Web.config” and “Machine.Config”?

1192


Where web.config file is used?

1155


Differentiate between a page theme and a global theme?

1028


Explain what is clr?

1098


Explain what is an abstract class?

1078


What is page request in asp.net?

1010


How we implement web farm and web garden concept in asp.net?

1043


Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc

1163


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

1040


What is the difference between a candidate key and primary key?

1075


What is variable and constant in .net programming language?

862


How can we create a website?

999


Why session is used in asp.net?

1072


Which method is used to perform all validation at the page level?

1031