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 |
Explain creating threads by implementing runnable class?
What does it mean that a method or field is “static”?
How finally used under exception handling?
What are the topics in advance java?
Why only one Class is public in one file? Explain in details. Thanks in Advance.
What is multithreading and its advantages?
wht is mean by dirty read?
Advantages of Inheritance in java.
What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.
How to make a class or a bean serializable?
Can abstract class have private constructor?
What is array size in java?