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 |
Is the infobus client side only?
Dear freinds... I want to know how to write self mapping for a table using hibernate?
What is the purpose of the wait(), notify(), and notifyall() methods?
Do I have to use jsps with my application?
Describe responsibilities of Activator?
What is the difference between RMI and Corba?
difference between applicationserver and webserver
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
function of extends and implements keywords?
What method MUST be implemented by all threads?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
What are skeletons and stubs and how they are generated?