What is RMI ?

Answers were Sorted based on User's Feedback



What is RMI ?..

Answer / janet

Remote method invocation (RMI) allows java object that
executes on one machine and to invoke the method of a java
object to execute on another machine.
The steps involved in developing an RMI object are:

1. Define the interface.
2. Implementing these interfaces.
3. Compile the interfaces and their implementations with a
java compiler.
4. compile the server implementation with RMI compiler.
5. Run the RMI registry
6. Run the application.

Is This Answer Correct ?    3 Yes 0 No

What is RMI ?..

Answer / sudheer

The Java Remote Method Invocation systems allows an object
running in one Java Virtual Machine to invoke methods on an
object running in another Java Virtual Machine.RMI provides
remote communication between programs written in the Java
programming language.

Is This Answer Correct ?    2 Yes 0 No

What is RMI ?..

Answer / praveen

Remote method invocation (RMI) is a feature of J2SE that enables Java objects running in one virtual machine to invoke methods of Java objects running in another virtual machine, seamlessly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More J2ME Interview Questions

In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?

0 Answers  


What is VLR

1 Answers  


What is CDMA2000 ?

1 Answers  


What is RMS ?

3 Answers  


what are dynamic events

0 Answers  






how can we call parametrized constrctor using reflection like Class.newInstance()...call default constrctor ..but how can we call paramitrize constroctor in reflection

0 Answers  


What is i-appli

1 Answers  


What is WTP ?

1 Answers  


I have problem with connection between Database and Wireless device, plz send me a sample code.

3 Answers   Mascon,


What is SMS ?

3 Answers  


currently runnaning the application how can calucate the size of the application?

1 Answers  


i am working in blackberry.In blackberry emulator it is connecting to server but when i installed the program in blackberry it is not connecting to server why

3 Answers  


Categories