What is boxing and unboxing ?
Answer Posted / pandian
Box is used to convert Value type to reference type(ie.
Object)
Unboxing is the reverse of the boxing.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a formatter in .net remoting?
Explain how does assembly versioning in .net prevent dll hell?
What are the advantage of remoting over web services?
How can you configure a .net remoting object via xml file?
What are the threading types?
What is the difference between remoting and webservice?
Explain when we use web service and when we use remoting?
What are the situations you will use singleton architecture in remoting ?
Name the distributed systems available apart from .net remoting?
Can you explain remoting?
Is it a good design practice to distribute the implementation to remoting client?
Can we configure a .net remoting object via xml file?
What is unmanaged code?
Explain how to directly call a native function exported from a dll?
What is objref object in remoting?