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
If your ui seems to freeze periodically, what might be a likely reason?
How are the elements of a borderlayout organized?
Which javutil classes and interfaces support event handling?
What are the different methods of identifying an object?
Name three subclasses of the component class?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is the RMI and Socket?
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?
What is the difference between a static and a non-static inner class?
What is the purpose of the finally clause of a try-catch-finally statement?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What is a modular application? What does module-relative mean?
the same information whether it will connect to the database or it will be used previous information?
What class is used to create Server side object ?
Can we sent objects using Sockets?