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

Can anyone provide as400 training material or any institute in bangalore for as400 training

10 Answers  


Explain the types of operations? Draw the figure for shift and rotate operations?

0 Answers  


Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile

1 Answers  


shall we execute our java programmes in jre

1 Answers  


what diffrence between procedure and function?

3 Answers  


Diff between Proc transpose and Arrays with example?

2 Answers   Accenture,


what is the use of occurs 10 or (any number) in the internal table declaration with header line.

1 Answers  


Data Structure:  How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?  

0 Answers   Student,


How many processes can listen on a single TCP/IP port?

3 Answers  


what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?

1 Answers  


what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!

1 Answers  


hi friends i am ravi here , i have one problem at starting at the interview that is i have my 3+ it(java) years experiance profile so if i attend the interview interviewer ased me tel me about your profile so i not able to explain because i dont knw where to start and where to end and i dont know what i should tel and what i shouldnot tel .....so can any body please clear m doubts clearly.............please help me friends,i am awaiting for friends reply please.............

2 Answers   TCS,


Categories