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 the diff types of exception?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What happens when a thread cannot acquire a lock on an object?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What are the different class loaders used by jvm?
What is a compilation unit?
Why DOM Parser would take more Memory than SAX parser while they are parsing?
What are the different methods of identifying an object?
what is catalina in tomcat server.
What is Lock Based Protocol and what is its use?
what is disadvantage of thread?
What invokes a thread?s run() method?