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 are RemoteObjects?
How to pass parameters in RMI?
Where can I ask questions and make suggestions about seam?
Brief description about local interfaces?
Explain the stub's and skeleton's functionality?
What is the purpose of the wait() method?
Where can I find seam examples and documentation?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What are skeletons and stubs and how they are generated?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Explain Life cycle of Servlet Filter.
2 Answers InfoBrain, ITC Infotech,
Explain bind(), rebind(), unbind() and lookup() methods?