What is UniCastRemoteObject and what is its use in RMI?
Answer Posted / yogesh
If you extends this class, your object will be automatically exported for RMI access.
If your class is already extending another class, or you just don't like extending from UnicastRemoteObject, you can also do the following:
UnicastRemoteObject.exportObject ( this );
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do I get a duplicate name error when loading a jar file?
Brief description about local interfaces?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is the map interface?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
How to determine SGA site?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Can I use javascript to submit a form?
What is the relation between the infobus and rmi?
what are the advantages of JTA over JTS?
How are commas used in the intialization and iteration parts of a for statement?
Why won’t the jvm terminate when I close all the application windows?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Is jvm a overhead?
What class is used to create Server side object ?