What is boxing and unboxing ?
Answer Posted / kirti
Boxing:
The conversion of a value type instance to an object, which implies that the instance will carry full type information at run time and will be allocated in the heap. The Microsoft intermediate language (MSIL) instruction set's box instruction converts a value type to an object by making a copy of the value type and embedding it in a newly allocated object.
Un-Boxing:
The conversion of an object instance to a value type.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you explain remoting?
Explain threading types?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Define remotable objects in .net remoting?
Difference between .net remoting versus distributed com?
What is the proxy of the server object in .net remoting?
Define a process?
When should we choose .net remoting over .net web services?
Garbage collector?s functionality on unmanaged code ?
How do you directly call a native function exported from a DLL?
Explain how to perform remoting?
What are static assemblies and dynamic assemblies?
Explain serialization formatters in .net remoting
Are you aware of containment and Aggregation ?
What are the difference between static assemblies and dynamic assemblies?