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
Is it a good design practice to distribute the implementation to remoting client?
What are the security measures exist for .net remoting in system.runtime.remoting?
Explain threading types?
Explain the types of .net remoting?
What are the situations you will use singleton architecture in remoting ?
Explain Singleton design pattern of Remoting?
what are the requirements to enable remote components to interact each other?
What is asynchronous programming?
Can you pass SOAP messages through remoting?
Define proxy in .net remoting?
Define delegates and events?
What are the information required to configure remote objects?
What is the proxy of the server object in .net remoting?
Will clr handle unmanaged code or not?
What are static assemblies and dynamic assemblies?