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 parameters should be passed by reference?
Why can't we use static class instead of singleton?
What is intern method in java?
What is boolean example?
write the hierarchy of component class?
Explain about Superclass and Subclass?
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
How many objects are created when we create String class object using new operator?
how can be object class inherited to all class in a program when java does not support multiple inheritance??
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?
Which number is denoted by leading 0x or 0x in java?
What are the classes of java?