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 is ObjRef object in remoting
What is ObjRef object in remoting ?
✍: Guest
All Marshal() methods return ObjRef object.The ObjRef is serializable because it
implements the interface ISerializable, and can be marshaled by value. The ObjRef knows
about :-
ã location of the remote object
ã host name
ã port number
ã object name.
2007-10-23, 5123👍, 0💬
Popular Posts:
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...
What is V model in testing? V model map’s the type of test to the stage of development in a project....
Can you explain different software development life cycles -part II? Water Fall Model This is the ol...
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...
What is DAR (Decision Analysis and Resolution) ? Decision Analysis and Resolution is to analyze poss...