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 swap values between two variables without using a third variable?
24 Answers HCL, TCS,
When we use Windows authentication mode
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
i want to open a helkp file that is txt file on link buttons click
What is the difference between WebIntelligence and Designer in creating universes?
the systematic access of small computers in a distributed data processing system is referred as?
Write a program to reverse a number?
What are the limitation in using querystring in .net?
What is WEB 3.0? What are the features their in WEB3.0
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
what is difference between input parameter and output parameter.