What is skeleton and stub? What is the purpose of those?



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

Post New Answer

More Core Java Interview Questions

What is the java virtual machine?

1 Answers  


What is the purpose of a statement block?

1 Answers  


Why java is considered dynamic?

1 Answers  


Explain jdk, jre and jvm?

1 Answers  


Is arraylist dynamic in java?

1 Answers  


Give few examples of final classes defined in Java API?

1 Answers   BirlaSoft,


What is thread safe singleton?

1 Answers  


what is the difference between Cpp And Java

15 Answers   Infosys,


Can we declare a class as static?

1 Answers  


garbate collector(GC)?

4 Answers  


How can you sort dates?

2 Answers   TCS,


Name the components that are termed to be Heavy-weight component but available in Light-weight components?

1 Answers  


Categories