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

In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?

0 Answers   DST Global Solutions,


Tag for turning an image into a hyperlink is

0 Answers  


what is session state?

0 Answers   HCL,


What are the Advantages of HashMap over Vector?

1 Answers  


how pseudo column works?

0 Answers   Oracle,






Who is providing best mainframes online training in Hyderabad

1 Answers  


write a sql qwery which include joining of two tables 4 marks mainframe

0 Answers  


I would like to know what is Intellimatch and some interview questions which could be asked related to Intellimatch.

3 Answers  


merge sort time complexity

6 Answers   BFL, CDAC, IBM, Jawaharlal Nehru Technological University JNTU,


Diff between IF and where ?

0 Answers   Accenture,


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

0 Answers   Goldman Sachs,


1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END

0 Answers   Wipro,


Categories