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 an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?

0 Answers  


give idea for creating screen in abap

0 Answers  


What is the use of Differ interface check box in Ship confirm?

0 Answers  


9.Difference between even and odd signals?explain with the diagram?

0 Answers  


in a VB application, where the data will be stored after manipulation? what is the syntax for that?

0 Answers   TCS,






What is the first message line that any language learning prints on the screen? and why?

0 Answers  


What is the meaning of .(dot) in .NET framework?

1 Answers   HCL,


How to print a name "ARCHANA" in any programming language

6 Answers   Value Labs,


what is the similarity between networking devices?

0 Answers   Cygnus, Infosys,


What is meant by STACK?

5 Answers   Mascot,


1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.

0 Answers   TCS,


Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance

0 Answers  


Categories