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 local interface. How values will be passed?
What invokes a thread?s run() method?
What is Stream Tokenizer?
Can we sent objects using Sockets?
How are the elements of a borderlayout organized?
Why RMI required an interface?
What you mean by COM and DCOM?
Do I need to import javlang package any time? Why ?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What value does readline() return when it has reached the end of a file?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Which class is the immediate superclass of the menucomponent class?