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
Is it possible to stop the execution of a method before completion in a sessionbean?
What is local interface. How values will be passed?
Write a program to show synchronization?
What is the infobus?
What is meant by method chaining?
What are the steps to write p-to-p model application?
What restrictions are placed on the values of each case of a switch statement?
Explain what is orm?
How primary key is implemented in Oracle?
Difference between swing and awt?
What’s jboss cache in short?
What is the difference between the font and fontmetrics classes?
What is the difference between session and entity beans?
What is the difference between a menuitem and a checkboxmenuitem?
How would you create a button with rounded edges?