what is mean by RMI ?
Please answer me.
Advance thanks.
Answer Posted / ravikiran
RMI is remote method invocation.
When ever i am making a call to the remote bean,then the
representation of the bean as a stub is stored inside the
client side as a stub,which is local to the client,and which
minimizes the hectic network calls.And on the server side it
will be a skeleton which works like the same way
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is ejb and its types in java?
Are entity beans allowed to create() methods?
What is session facade in ejb?
What is use of @postconstruct?
What is @injectmock?
Is it possible to have threading in ejb?
How does ejb work in java?
What is ejb container in java?
What is stateless and stateful?
Define ACID Properties?
What is stateless code?
Is method overloading allowed in ejb?
Who took over ejb?
Is ejb a framework?
Is ejbCreate() method mandatory while defining a Session Bean?