What are skeletons and stubs and how they are generated?
Answer Posted / amalendra
Stub is java class that knows how to interact with
skeleton. Thus client program calls the remote method on
stub and stub in-turns call the method on skeleton, again
skeleton call the method on actual remote class.
Stub reside on cleint side where as skeleton reside on
Remote.
rmic utility can be used to generate Stub and Skeleton.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the different types of exception?
Why is actionform a base class rather than an interface?
why static class in java
What happens when a thread cannot acquire a lock on an object?
how to use debug in my elipse to solve problems that exist in my project
Explain the steps in details to load the server object dynamically?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is the relationship between an event-listener interface and an event-adapter class?
Describe, in general, how java's garbage collector works?
what is handle?
Explain what is synchronization?
What is bean? Where can it be used?
What are local interfaces? Describe.
What class is used to create Server side object ?
Is infobus easy to use?