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 the use of protected in java?
Why strings in java are called as immutable?
Explain java coding standards for classes or java coding conventions for classes?
What is style and indentation?
How many bytes are there?
What is the main purpose of java?
What is consumer interface?
Give example to differentiate between call by value and call by reference.
When arithmeticexception is thrown?
What does the string method compareto () do?
What is the purpose of the system class in java?
Is break statement can be used as labels in java?
How does varargs work in java?
Explain the advantages of packages in java?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.