What are the ways in which client can create object on server in CAO model ?

Q

.NET INTERVIEW QUESTIONS - What are the ways in which client can create object on server in CAO model ?

✍: Guest

A

There are two ways by which you can create Client objects on remoting server :-
* Activator.CreateInstance().
* By Keyword “New”.

2009-08-18, 4604👍, 0💬