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, 4771👍, 0💬
Popular Posts:
If client side validation is enabled in your Web page, does that mean server side code is not run? W...
. How can a servlet refresh automatically if some new data has entered the database? You can use a c...
How can you write a loop indefinitely? Two examples are listed in the following code: for(;;) { ... ...
What are the high-level thread states? The high-level thread states are ready, running, waiting, and...
What is Traceability Matrix? Traceability Matrix is one of the document will prepare by QA.To make s...