What is Boxing?
Answers were Sorted based on User's Feedback
Answer / praveen
Converting from value type to reference type is called boxing
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
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 |
How to set on/off a group of indicators in a single statement?
hai i like to do some certifications in programming or any other......... am doing my IT third year......... pls guide me...... mail me ur suggestions to ranjithmaharaj@gmail.com...
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
can u help me? how do solve the transpose problem in ireport? if any one know send to eswaran_2006@yahoo.co.in
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
how sap is different from other software ?
what is the pl/sql block size in oracle 10g and 11g?
What is procedural oriented language language..? give some examples of this language....?
What function would you use to extract characters from a given string?
How to swap two String values without using a third variable?
What are the five tracing levels in System.Diagnostics.TraceSwitcher?