What is the difference between a stub and a skeleton?
Answer Posted / guest
A stub is a proxy for a remote object that runs on the
client computer. A skeleton is a proxy for a remote object
that runs on the server. Stubs forward a client's remote
method invocations (and their associated arguments) to
skeletons, which forward them on to the appropriate server
objects. Skeletons return the results of server method
invocations to clients via stubs.
| Is This Answer Correct ? | 216 Yes | 20 No |
Post New Answer View All Answers
What is TL and its use?
To identify IDL language what mapping mechanism is used?
Can I use multiple html form elements with the same name?
What class is the top of the awt event hierarchy?
Write a singleton program?
Why do threads block on i/o?
What is ioc concept?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Brief description about local interfaces?
What is glasgow?
How would you detect a keypress in a jcombobox?
Is the session factory thread safe?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What is the highest-level event class of the event-delegation model?
How is a java object message delivered to a non-java client?