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? How we can use it?

Answer Posted / monu

Boxing is an implicitly method which is use to convert the
value type datatypes.

Unboxing is an Explicitly.
Int32 x = 20; object o = x ; // Implicit
boxing
Int32 y = 20;
object obj = (object) y; // Explicit Boxing

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how is a property designated as read-only?

1046


List the advantages and disadvantages of user control an custom control?

1010


What is server side in asp.net?

1026


How do you store a value in viewstate and retrieve them?

1061


What do you mean by serialize and marshalbyref?

1060


How to use multiple scriptmanager controls in a web page?

1155


What is http only cookie?

1189


Is it true that a Web service must be written in .NET or not?

1140


How can we create a website?

999


What is asp according to you?

1093


What is csrf attack in asp.net?

1085


Where is http session stored?

980


Which two new properties are added in asp.net 4.0 page class?

969


Is asp.net still used?

1074


What is syntax code to send email from an asp.net application?

1063