What is boxing and unboxing?

Answer Posted / alb.shah

Boxing:- Creating a Instance of a object and passing the
value of a variable to that object
dim x as integer
dim y as object
y = x - Boxing process

x = y - unboxing

Unboxing :- passing a value of a object to the varible

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is the view state data stored in asp net?

557


Explain the function of new view engine in asp.net? : asp.net mvc

514


How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?

2238


What is the full meaning of asp.net?

524


Which method do you use to kill explicitly a users session?

621






Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

559


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1507


What is postback in asp net?

562


What is the differences between a primary key and a unique key in sql server?

531


Explain the difference between asp.net mvc and asp.net webforms

571


What role “#&&” plays in a querysting?

545


What are the new web part controls in asp.net 2.0 ?

524


What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

519


How many validators do ASP.NET have?

604


Mention the namespace that is used to include .net data provider for sql server in .net code?

500