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 |
why java is better then .net?
Is class forname reflection?
What access modifiers can be used for methods?
What is singleton pattern?
What is the use of arraylist class in java?
What is the use of private static?
How does a cookie work in Servlets?
What is illegal identifier in java?
Can a class have a static inner class?
What is variable and rules of variable?
What is the difference between break and continue statements?
Explain working of call by reference function invoking.