What is skeleton and stub? What is the purpose of those?
Answer / Kumkum Panday
In Java RMI (Remote Method Invocation), a `skeleton` is a proxy for a remote object that provides the methods to send requests to the server. It generates the stub code on the client side.n
A `stub` is the part of the RMI framework running on the client side that communicates with the skeleton and marshals/unmarshals the data between the client and server.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the java virtual machine?
What is the purpose of a statement block?
Why java is considered dynamic?
Explain jdk, jre and jvm?
Is arraylist dynamic in java?
Give few examples of final classes defined in Java API?
What is thread safe singleton?
what is the difference between Cpp And Java
Can we declare a class as static?
garbate collector(GC)?
How can you sort dates?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?