what is mean by RMI ?
Please answer me.
Advance thanks.

Answers were Sorted based on User's Feedback



what is mean by RMI ? Please answer me. Advance thanks. ..

Answer / abdu_006

The Java Remote Method Invocation (RMI) system
allows an object running in one Java virtual machine
to invoke methods on an object running
in another Java virtual machine.
RMI provides for remote communication between programs
written in the Java programming language.

Is This Answer Correct ?    14 Yes 1 No

what is mean by RMI ? Please answer me. Advance thanks. ..

Answer / manikandan [ gtec,vellore ]

RMI is a remote method Invoking,By using RMI we can work
with a remote object which is present in another system with
different JVM.which uses a RMI-IIOP.

Is This Answer Correct ?    5 Yes 1 No

what is mean by RMI ? Please answer me. Advance thanks. ..

Answer / 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

More EJB Interview Questions

What is the relationship between an EJB component, EJB container, and an application server?

2 Answers  


what is a ejb architecture? and overview of ejb software architecture?

1 Answers  


Difference between javaBeans and Enterprise JavaBeans?

1 Answers   Indotech, Tech Mahindra,


What are the design goals of EJB Architecture?

1 Answers  


Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment descriptor.

2 Answers   HCL,






What is the difference between ejb and spring?

0 Answers  


What is Session Bean Interface?

0 Answers   Tech Mahindra,


Why should we use ejb?

0 Answers  


Why is ftp stateful?

0 Answers  


What is ejb container in java?

0 Answers  


How to determine two identical beans?

1 Answers  


what are main features in EJB?

2 Answers  


Categories