Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are the ways in which client can create object on server in CAO model ?
.NET INTERVIEW QUESTIONS - What are the ways in which client can create object on server in CAO model ?
✍: Guest
There are two ways by which you can create Client objects on remoting server :-
* Activator.CreateInstance().
* By Keyword “New”.
2009-08-18, 4513👍, 0💬
Popular Posts:
What is the difference between Class and structure’s ? Following are the key differences between the...
Regarding C Coding Given: Line in file Contents 30 int * someIDs, theFirst, *r; 110 someIDs =GetSome...
Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &a...
When should the register modifier be used? Does it really help? The register modifier hints to the c...
.NET INTERVIEW QUESTIONS - How can you avoid deadlock in threading? A good and careful planning can ...