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, 5000👍, 0💬
Popular Posts:
Can we have static indexer in C# ? No.
How can we implement singleton pattern in .NET? Singleton pattern mainly focuses on having one and o...
How do you handle change request? Normally change request are handled by preparing an Impact analysi...
when should the volatile modifier be used? The volatile modifier is a directive to the compiler's op...
What is XSLT? XSLT is a rule based language used to transform XML documents in to other file formats...