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 |
Explain bind(), rebind(), unbind() and lookup() methods?
What is synchronization and why is it important?
Define the remote object implementation?
What is a compilation unit?
Explain about RMI Architecture?
what are JSP tags? what is difference between include action and directory?
what is difference between checked exception & unchecked exception in java?
what are getters and setters in Java with examples?
What is multi-tasking? Types?
what is catalina in tomcat server.
Is it possible to stop the execution of a method before completion in a sessionbean?
what is default length of textfield ?