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 |
whats is mean by filter?
What is codebase in applet?
What is a sessionfactory? Is it a thread-safe object?
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
What is UniCastRemoteObject and what is its use in RMI?
What are the high-level thread states?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is chat area? Explain.
difference between sql exception class and sql warning class
whats is mean by jndi
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
the use of try and ffinally keyword