what is Remote Reference Layer ?

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


Please Help Members By Posting Answers For Below Questions

What is the use of protected in java?

767


Why strings in java are called as immutable?

790


Explain java coding standards for classes or java coding conventions for classes?

889


What is style and indentation?

779


How many bytes are there?

761


What is the main purpose of java?

772


What is consumer interface?

772


Give example to differentiate between call by value and call by reference.

810


When arithmeticexception is thrown?

812


What does the string method compareto () do?

779


What is the purpose of the system class in java?

787


Is break statement can be used as labels in java?

720


How does varargs work in java?

862


Explain the advantages of packages in java?

724


Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.

770