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 Stream and Types?
What is a task?s priority?
What are the ways to define classes that can be run as threads?
What is the purpose of the notifyall() method?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
What is an abstract method?
Howmany interfaces are used in RMI?
What does module-relative mean?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
Thread life cycle?
what is container?