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
If your ui seems to freeze periodically, what might be a likely reason?
How to determine SGA site?
Can I have an action without a form?
Are enterprise beans allowed to use thread.sleep()?
How primary key is implemented in Oracle?
Is the ternary operator written x : y ? Z or x ? Y : z ?
How are commas used in the intialization and iteration parts of a for statement?
Explain what is orm?
What is ioc concept?
What is jboss?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
How can I avoid validating a form before data is entered?
What if the static modifier is removed from the signature of the main method?
Explain the different types of memory used by jvm?
Describe activation process?