What is Boxing?

Answers were Sorted based on User's Feedback



What is Boxing?..

Answer / praveen

Converting from value type to reference type is called boxing

Is This Answer Correct ?    5 Yes 0 No

What is Boxing?..

Answer / shobha

COnverting value type to object(reference) type is called
Boxing
Example :
int i=10;
object obj=i (Boxing)
i=(int)obj (Unboxing)

Is This Answer Correct ?    2 Yes 0 No

What is Boxing?..

Answer / muhammad usman(lahore)

Boxing allowed the value type to be stored on the garbage
collected heap.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Programming Languages AllOther Interview Questions

How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database

0 Answers   Wipro,


how to invoke the macro in another macro?

1 Answers   Accenture,


what are partial classes. Where is the entry point of partial classes.

1 Answers   Satyam,


Explain the types of operations? Draw the figure for shift and rotate operations?

0 Answers  


What is meant byStatic Variable ?

7 Answers   Mascot,






Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in

0 Answers  


Write a program to find factorial of a number using functions

0 Answers   Peerless,


Full from of MP3?

2 Answers  


write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers

2 Answers  


How to rename A1-A30 datasets into B1-B30 using macros?

1 Answers   Icon,


I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com

0 Answers  


Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.

0 Answers  


Categories