What is the difference between RMI and Socket?

Answers were Sorted based on User's Feedback



What is the difference between RMI and Socket?..

Answer / rajesh

RMI: remote method invocation. Strictly JAVA stuff.
outrside of java, known as RPC remote procedure call.
Sockets is just a way to send data on a port to a different
host, DATA not METHOD. it's up to you then to define your
own protocol.

Is This Answer Correct ?    15 Yes 7 No

What is the difference between RMI and Socket?..

Answer / rammy

RMI is linked with only java written programs while servelet
can communicate with java as well as non-java programas

Is This Answer Correct ?    6 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

what are RemoteObjects?

0 Answers   Wipro,


How to pass parameters in RMI?

0 Answers  


Where can I ask questions and make suggestions about seam?

0 Answers  


Brief description about local interfaces?

0 Answers  


Explain the stub's and skeleton's functionality?

7 Answers  


What is the purpose of the wait() method?

0 Answers  


Where can I find seam examples and documentation?

0 Answers  


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


What are skeletons and stubs and how they are generated?

2 Answers  


What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?

0 Answers  


Explain Life cycle of Servlet Filter.

2 Answers   InfoBrain, ITC Infotech,


Explain bind(), rebind(), unbind() and lookup() methods?

1 Answers  


Categories