What is the difference between RMI and Socket?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

the same information whether it will connect to the database or it will be used previous information?

665


What modifiers may be used with an inner class that is a member of an outer class?

677


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1461


What are the steps to write p-to-p model application?

2050


What you mean by COM and DCOM?

695






How substring() method of string class create memory leaks?

662


Define prototype?

669


What is the highest-level event class of the event-delegation model?

661


how do you Handle Front End Application data against DB with example?

1590


What is local interface. How values will be passed?

654


what are memory considerations of jsp compares to other web components?

6125


Why use POJO when I can use hashmap

2152


Which containers use a border layout as their default layout?

700


What is ripple effect?

727


which book is better for jdbc ,servlets and jsp

1733