what is Remote Reference Layer ?
Answer / 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 |
What is integer size in java?
Can we declare variables inside a method as Final Variables?
Is java util list serializable?
Difference between Applet & Application?
Why declare Main() method as a static in java ?
What is the symbol for line break?
What is the use of a conditional inclusion statement in Java ?
What does java final mean?
What are Encapsulation, Polymorphism and Inheritance?
Difference between Preemptive scheduling vs. Time slicing?
What are the 8 data types in java?
What is polymorphism in java? What are the kinds of polymorphism?