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

whats is mean by filter?

1 Answers   SolutionNET,


What is codebase in applet?

2 Answers  


What is a sessionfactory? Is it a thread-safe object?

0 Answers  


What is Connection Pooling?

1 Answers   Enteg Technologies, Infosys, Polaris,


What is UniCastRemoteObject and what is its use in RMI?

6 Answers  






What are the high-level thread states?

1 Answers  


What is the diffrence between a local-tx-datasource and a xa-datasource?

0 Answers  


What is chat area? Explain.

0 Answers  


difference between sql exception class and sql warning class

1 Answers  


whats is mean by jndi

4 Answers   SolutionNET,


A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions

0 Answers  


the use of try and ffinally keyword

1 Answers  


Categories