What is objref object in remoting?



What is objref object in remoting?..

Answer / Chandan Kumar Choudhary

An objref object in .NET Remoting represents a reference to a remotable object. It is used to create and manage proxies for remote objects, allowing clients to call methods on those objects as if they were local.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Remoting Interview Questions

What are static assemblies and dynamic assemblies. Differences between them?

1 Answers  


Explain serialization formatters in .net remoting

1 Answers  


Name the distributed systems available apart from .net remoting?

1 Answers  


Explain marshalling and its types in .net remoting

0 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

1 Answers  


What are different types of assemblies?

1 Answers  


What are the threading types?

1 Answers  


What is an assembly and what does manifest consists ?

3 Answers   TCS,


What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


What is a formatter in .net remoting?

1 Answers  


What is asynchronous programming?

1 Answers  


Categories