What is RMI ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is Deck ?
What is iDEN
What is FDMA ?
What is SSL ?
What is KVM ?
I have problem with connection between Database and Wireless device, plz send me a sample code.
currently runnaning the application how can calucate the size of the application?
What is VLR
What is WTP ?
What is amps ?
I have a problem wtih a program. The program logic is like this.......... from a class which extends midlet class i create object of a class(say canobj(word)) which extends canvas class by passing a string. the next statement is display.setCurrent(canobj); Everything is fine but the paint(Graphics g) method is not executed. What may the problem. please suggest me the answer.
Explain IDE ?