Some Questions
I have some questions. Those are the followings :-
1) Does stub always make a serialized copy of the object that is passed to the skeleton?
2) The skeleton invokes the method on the remote object, passing a plain old java reference to the new remote object. What does it mean 搊ld java reference?
3) What is the difference between object and remote object?

