In which type of remote object creation mode in .NET, the object is created with every method call thus making the object stateless.

Options
- Single call mode
- Singleton


CORRECT ANSWER : Single call mode

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement