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...

Difference b/w casting and boxing?

Answer Posted / kinjal panchal

Boxing:- Boxing is converting value type to Reference type.
for Example:-

int i=0;
object O=(object)i;

Casting:- Casting is converting value type to another value type
for example:-

int i=0;
long l=(long)i;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to retrieve property settings from xml .config file.

1048


What are the benefits of view state?

994


How does http session work?

1047


Why SessionID changes in every request in asp.net?

1016


What is the difference between localization and globalization?

1092


What is Partial PostBack in ASP.NET?

1091


How will you load dynamic assembly? How will create assesblies at run time?

972


What is the displayafter property in updateprogress control?

1030


Describe Segmentation With Paging?

1109


How information about the user's locale can be accessed?

1104


Which library is used by the testers and developers to develop automated tests and create testing tools?

1057


What is cross page posting? How is it done?

1014


What is difference between cache and session?

1019


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

1057


Which method do you use to enforce garbage collection in .net?

1015