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 |
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is an abstract class and what is it’s purpose?
What is the difference between hashset and treeset in java?
what is function overloading in java?
1 Answers Tavant Technologies, TCS, Virtusa,
What java ide should I use?
difference between jsp and java script?
What is the difference between hashmap and hashtable in java?
If all the methods in abstract class are declared as abstract then what is difference between abstract class and in interface?
Which one of the following suits the description of a string better: derived or primitive?
I want to store more than 10 objects in a remote server? Which methodology will follow?
Why are the objects immutable in java?
What is arraylist class in java?