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 ejb javatpoint?

0 Answers  


What are the system services of ejb container?

0 Answers  


How is ejb different from java beans?

0 Answers  


Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.

1 Answers   ITC Infotech,


What is ejb in weblogic?

0 Answers  






Can the primary key in the entity bean be a Java primitive type such as int?

2 Answers   CTS,


What changes have been made in ejb 2.0 specifications?

0 Answers  


What does it mean to be stateless?

0 Answers  


How do you implement the Local Interfaces ?

1 Answers   HCL,


What is stateless programming?

0 Answers  


Explain the concept of ejb ql?

0 Answers  


What are the properties in Beans?

1 Answers  


Categories