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


Please Help Members By Posting Answers For Below Questions

What is stateless ejb?

533


What is @autowired required false?

586


Explain what is an EJB Context?

619


What is ejb in spring?

448


What does it mean to be stateless?

535






How can I access ejb from asp?

591


What is session bean in ejb?

521


What is passivation and activation in ejb?

542


Why stateless is better than stateful?

530


What do you mean by EJB architecture?

581


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?

570


What are ejb components?

536


Explain the important elements of ejb?

556


What is session facade in ejb?

559


How can one EJB be called from within another EJB?

523