What is the difference between a stub and a skeleton?
Answer Posted / jummi
stup: A stub for a remote object acts as a client's local
representative or proxy for the remote object. The caller
invokes a method on the local stub which is responsible for
carrying out the method call on the remote object. In RMI,
a stub for a remote object implements the same set of
remote interfaces that a remote object implements.
When a stub's method is invoked, it does the following:
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
What are the different class loaders used by jvm?
What is message driven beam?
Explain the different types of memory used by jvm?
what is a portable component?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
the same information whether it will connect to the database or it will be used previous information?
Do I need to import javlang package any time? Why ?
Are we allowed to change the transaction isolation property in middle of a transaction?
Define the remote object implementation?
difference between ejb,struts,hibernate,spring and jsp
What is the purpose of the finally clause of a try-catch-finally statement?
What is a class loader? What are the different class loaders used by jvm?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What are callback interfaces?