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

I want Ada programming language books. Could anyone post me any link for that?

0 Answers  


Write a Pseudo Code to find the angle between two hands of a clock for a given time.

6 Answers   Goldman Sachs, HCL,


4.Write a program to get the string in array and print that? or Without using loop print the array.

3 Answers  


Define Abstract method & class with Example

3 Answers  


To sorting array of 10 elements which sorting is best a)selection b)bubble c)tree sort

2 Answers   HP, Hughes,






Wats the name of the first os

2 Answers  


given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?

2 Answers   Hughes,


two MIT math grads bump into each other at Fairway on the upper west side. they haven't seen each other in over 20 years. the first grad says to the second: "how have you been?" second: "great! i got married and i have three daughters now" first: "really? how old are they?" second: "well, the product of their ages is 72, and the sum of their ages is the same as the number on that building over there.." first: "right, ok.. oh wait.. hmm, i still don't know" second: "oh sorry, the oldest one just started to play the piano" first: "wonderful! my oldest is the same age!" problem: how old are the daughters?

2 Answers  


1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?

1 Answers   CitiGroup,


why we need to take u?

0 Answers  


what is the difference between rename and label

0 Answers   Satyam,


when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?

0 Answers  


Categories