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

Describe activation process?

0 Answers  


difference between Abstract and Interface?

2 Answers   HCL, Infotech,


How to do registration form using struts and hibernate?

1 Answers  


Why a client should be multithreading? Explain.

0 Answers  


What must a class do to implement an interface?

0 Answers  






What is the use of Class.forName

20 Answers   HCL,


What is the difference between a menuitem and a checkboxmenuitem?

0 Answers  


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

0 Answers  


Explain what is synchronization?

0 Answers  


what are JSP tags? what is difference between include action and directory?

0 Answers   ADP,


What is servlet preinitialization?

3 Answers   iFlex,


How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!

0 Answers  


Categories