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
Explain how to directly call a native function exported from a dll?
What are dynamic assemblies?
What is the difference between remoting and webservice?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Name the distributed systems available apart from .net remoting?
What do you mean by passport authentication?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Define singleton activation mode in .net remoting?
What are the different types of channels used by .net remoting?
What are the ways to configure remoting objects before client can use them?
Difference between web services & remoting?
How do you directly call a native function exported from a DLL?
Write a example code for remoting?
Can you explain remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?