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 the difference between preemptive scheduling and time slicing in java programming?
What is the top class of AWT event hierarchy?
What enableEvents() method do?
Explain about global variables in Java?
What languages are pass by reference?
Why pointers are not used in java?
What is the lifetime and scope of a variable?
when,where and how to use abstract class and interface
How is the marker interface used in Java?
What an i/o filter in java programming?
What is the method used to get the absolute value of a number?
Explain the polymorphism principle?