Answer Posted / denis
RMI architecture consists of four layers and
each layer performs specific functions:
1. Application Layer : contains the actual object definition
2. Proxy layer : consists of stub and skeleton
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 ? | 39 Yes | 11 No |
Post New Answer View All Answers
Describe, in general, how java's garbage collector works?
Name the class that is used to bind the server object with RMI Registry?
Which class is the immediate superclass of the menucomponent class?
Is “abc” a primitive value?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
How to determine SGA site?
How can I avoid validating a form before data is entered?
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 class is the top of the awt event hierarchy?
When a thread blocks on i/o?
Explain about local interfaces.
Why won’t the jvm terminate when I close all the application windows?
Is it possible to stop the execution of a method before completion in a sessionbean?
Explain the steps in details to load the server object dynamically?
What is the purpose of the finally clause of a try-catch-finally statement?