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, 4695👍, 0💬
Popular Posts:
How To Control Vertical Alignment? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells By d...
What are the standard ways of parsing XML document? XML parser sits in between the XML document and ...
Describe different elements in Static Chart diagrams ? Package: - It logically groups element of a U...
How do I use a scriptlet to initialize a newly instantiated bean? A jsp:useBean action may optionall...
How To Avoid the Undefined Index Error? - PHP Script Tips - Processing Web Forms If you don't want y...