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
Which are the different segments of memory?
How substring() method of string class create memory leaks?
Why use POJO when I can use hashmap
Define prototype?
Explain the steps in details to load the server object dynamically?
Write a singleton program?
Explain the advantages and disadvantages of detached objects.
Which component handles cluster communication in jboss?
Java is fully object oriented languages or not?
Can I run seam with jdk 1.4 and earlier?
What is in-memory replication?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is clustering? What are the different algorithms used for clustering?
Explain what is synchronization?
When a thread blocks on i/o?