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 / anil kumar

Boxing is Converting to a value type to refrence type and
casting mean convert value type to a another value type.

int a;
object o=(object)a;(Boxing)

int a;
long b=a;(casting)

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you implement encapsulation in asp.net?

13232


What is the difference between runtime version and version?

1097


How would you enable impersonation in the web.config file?

1046


Describe the differences between the lifecycles of Windows services and Standard EXE?

1270


How many types of file extensions for razor views in ASP.Net MVC?

1332


What is user control in asp.net?

1140


What do you mean by marshalbyref?

1136


Why we go for mvc instead of asp.net? : Asp.Net MVC

1121


What is web configuration file and how to use in web application

1061


What is session and cookies in asp.net?

1053


What are the advantages of Web API?

1158


Explain Authentication mechanism in dotnet

1093


What’s difference between “optimistic” and “pessimistic” locking?

1121


What is a web pool?

1186


Describe how to implement globalization and localization in the use interface in .net.

1003