Answer Posted / anuj pandey
hi everybody,
Remote Reference Layer is using in Remote method
invocation.when method of one machine execute in one
machine but run in another machine then it is calledremote
method invocation.In RMI there is four layers (application
layer,stub or skelton layer,remote referense
layer,transportation layer).stub is a client side java
object and skelton is java object of server side.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is overriding in java?
Is there any limitation of using inheritance?
What is instance example?
Is array size fixed in java?
What are scalar data types?
What is bufferedreader in java?
When do we use hashset over treeset?
What is difference between c++ and java ?
Can you change array size in java?
What is keyword and identifier?
What is meant by inheritance and what are its advantages?
Why is flag used in java?
How do you invoke a method?
What variables are stored in stack?
What will be the output of round(3.7) and ceil(3.7)?