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 / linton lazar

Boxing is converting a value type to a reference type
(Object Type).Casting is converting a reference type to a
reference type or a value type as another value type.
int i = 0;
object o = (object)i; //this is boxing
int i2 = (int)o; //this is unboxing.

long l = (long)i; //this is casting.

Is This Answer Correct ?    22 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you can access the values from the Repeater control in ASP.NET?

1106


What is asp.net master page?

1035


What are the event handlers that we can have in global.asax file?

1014


What is mvc in asp.net interview question? : Asp.Net MVC

1031


How Session use Cookies in State Management?

1117


What are custom user controls in asp.net?

1055


What is difference between session and cookies?

1056


What is application in asp net?

967


Is there any limit for query string? Means what is the maximum size?

1003


What is server side session management?

978


What is is post back property in asp net?

1063


What are the different authentication modes in asp.net?

1064


What is the difference between session and viewstate?

1012


What is the difference between a default skin and a named skin?

1142


Please briefly explain the usage of global.asax?

1009