What is boxing and unboxing ?
Answer Posted / narayansahu
boxing is conversion from value type to object(reference)
type.Actually the copy of value type copied from stack to
heap memory.
unboxing is reverse of it.from heap memory back to stack
memory.
| Is This Answer Correct ? | 70 Yes | 4 No |
Post New Answer View All Answers
What are the various session state management options provided by asp.net?
Which method is used to force all the validation controls to run?
Disable Mouse right click on web page in asp.net?
How can you implement encapsulation in asp.net?
What is a runtime version?
What is the use of web.config and machine.config files?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
How many types of controls are there in asp.net?
What is advantage of code behind coding in ASP.NET?
What is http pipeline in asp.net?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Is asp.net easy to learn?
What is the use of session?
Explain the advantages of asp.net.
How to handle errors in Web API?