What is the difference between RMI and Socket?
Answers were Sorted based on User's Feedback
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 |
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 |
what is Bootstrap loader program?
What method MUST be implemented by all threads?
What is the difference between the string and stringbuffer classes?
What is jboss?
In HashTable I am storing null value..then what is the error it will show
How many JSP scripting elements and what are they?
What is waiting state? In what ways a thread can enter into waiting state?
what is a dirty read?
Differences between applications and applets?
what are the activation groupworks?
explain the flow of struts?
why static class in java