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 |
diff between jsp include directive and jsp action include?
What is the difference between Process and Threads?
can any one tell me how to learn good coding techniques
What happens when a thread cannot acquire a lock on an object?
What is colon_pkg_prefixes and what is its use?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?
What is a compilation unit?
difference between ejb,struts,hibernate,spring and jsp
what is an isolation level?
explain the flow of struts?
Explain phantom read?