What is skeleton and stub? What is the purpose of those?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between equals() and == in java?
What are the differences between heap and stack memory in java?
explain different ways of using thread? : Java thread
What is parsing in java?
What is java string pool?
How to sort array in descending order in java?
Write a program to find the whether a number is an Armstrong number or not?
Realized?
How to create a base64 decoder in java8?
What do you mean by an interface in java?
Differentiate between static and non-static methods in java.
What is a classloader in java?
Explain public static void main(string args[]) in java.
What is an object in java and how is it created?
Is minecraft 1.15 out?