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
What is clustering? What are the different algorithms used for clustering?
What’s jboss jbpm?
What is the difference between the session.update() method and the session.lock() method?
What is the difference between system.out ,system.err and system.in?
What state does a thread enter when it terminates its processing?
What is the form of storage space in java?
Explain how will the struts know which action class to call when you submit a form?
What are the sequence of steps to write pub or sub model kind of application?
Describe activation process?
To identify IDL language what mapping mechanism is used?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Difference between loadclass and class.forname?
What is chat area? Explain.
what is a non-repeatable read?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?