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
Explain about RMI Architecture?
What is the argument type of a programs main() method?
What is the difference between the font and fontmetrics classes?
What is the difference between java class and bean?
the same information whether it will connect to the database or it will be used previous information?
Why is actionform a base class rather than an interface?
what is an isolation level?
What are the different types of exception?
what are the advantages of JTA over JTS?
Name the eight primitive java types.
Why a client should be multithreading? Explain.
What do you know about seam?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is clustering? What are the different algorithms used for clustering?
Why are some of the class and element names counter-intuitive?