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 |
what is dynamic polymorphism?
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
How Many versions are there in crystal reports
How can we develop a multi-tier application in Java?
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
What is meant by QUEUE?
what is microprocessor?
what are all the ant command options
Find out the roles which gives access to all tables in SAP? Thanks in advance.
How to update a data for the views in the relational data base schema
What is the difference between CriteriaQuery and CreateQuery in Hibernate???? Thanks in advance!!!!!!
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)