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
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Describe activation process?
What is synchronization and why is it important?
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
For which statements does it make sense to use a label?
Which are the different segments of memory?
What is the purpose of the notify() method?
How messaging services are done, before release of JMS?
Java is fully object oriented languages or not?
How to deploy Jar, War files in J2EE?
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??
What is a sessionfactory? Is it a thread-safe object?
Are we allowed to change the transaction isolation property in middle of a transaction?
What is clustering? What are the different algorithms used for clustering?
How would you reatach detached objects to a session when the same object has already been loaded into the session?