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 |
life cycle of an applet?
What is in-memory replication?
Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?
5 Answers HCL, Mobillo Venture,
What is Introspection?
types of exceptions
What is the difference between Process and Threads?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Why does the tag url-encode javascript and mailto links?
Can you write Java code for declaration of multiple inheritance in Java ?
Explain about thread synchronization inside a monitor?
what are design patterns in java?give with example?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?