Answer Posted / ashok
RMi is a server side technology which is used
Commuinication beteween sever & many client it consist of
four layers
1. Application layer which is used contains the actual
object definition
2. proxy layer which contain stub class ,it is userful part
of rmi stub class consist of interfaces or abstract classes
it is put on to the client machine and it provide
communication beteween server & client
3. Remote Reference Layer : gets the stream of bytes from
the
transperent layer and sends it to the proxy layer
4. Transportation layer : Responsible for handling the
actual machine-to-machine communication.
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
Why is actionform a base class rather than an interface?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is the form of storage space in java?
What is a clone?
What are JTA/JTS and how they used by client?
What’s jboss jbpm?
How task's priority is used in scheduling?
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
What is meant by method chaining?
What is glasgow?
What is the immediate superclass of the applet class?
Is the session factory thread safe?
Why use POJO when I can use hashmap
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Do you think that java should have had pointers?