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

What do you mean by text editor?

1 Answers   Infosys,


cobol is execution r not without jcl

0 Answers   IBM,


What is std::auto_ptr?

1 Answers   Amazon,


What is the difference between windows 98/2000/XP Operating Systems?

16 Answers   CMS, Siemens, TCS,


How to call static method in Java?

2 Answers   Epoch,






iam confused to choose among testing, .net and java can anybody help me????????

0 Answers  


what is dot net framework

0 Answers   NIC,


Can we write a method in JSP.If so how?

0 Answers   HCL,


what is the last ant version you worked?how to get it

0 Answers  


Please anyone tell me coding to print prime numbers from 1 to 5000 in c#....

2 Answers  


how does database connection using ADO.NET?

0 Answers  


which property is used to display the advertisements with adrotator control

0 Answers   Sonata,


Categories