In the distributed computing environment, stub stands for a client side object participating in the distributed object communication and a skeleton stands for a server side object participating in distributed object communication. Stub Skeleton The stub acts as a gateway for client side objects and all outgoing requests to server side objects that are routed through it. The stub wraps ...