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
the same information whether it will connect to the database or it will be used previous information?
What modifiers may be used with an inner class that is a member of an outer class?
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!
What are the steps to write p-to-p model application?
What you mean by COM and DCOM?
How substring() method of string class create memory leaks?
Define prototype?
What is the highest-level event class of the event-delegation model?
how do you Handle Front End Application data against DB with example?
What is local interface. How values will be passed?
what are memory considerations of jsp compares to other web components?
Why use POJO when I can use hashmap
Which containers use a border layout as their default layout?
What is ripple effect?
which book is better for jdbc ,servlets and jsp