What is the difference between a stub and a skeleton?
Answer Posted / rathod bhavesh
You must Generate the necessary stub.
You May Also Need To Generate A skeleton.
In The Context Of RMI.
A stub is a java Object that resides on the client machine.
This Command Generate Two new file:
1)AddServerImpl_skel.class(Skeleton)
2)AdServerImpl_stub.class(stub)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you need to set-up a cluster with jboss?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Can I have an action without a form?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is the form of storage space in java?
Is the session factory thread safe?
What do you know about seam?
Define the remote object implementation?
What is a tasks priority and how is it used in scheduling?
Where can I find seam examples and documentation?
What state does a thread enter when it terminates its processing?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Explain what is synchronization?
When a thread blocks on i/o, what state does it enter?
What is the purpose of the notifyall() method?